TelescopeCanSync Property |
True if this telescope is capable of programmed synching to equatorial coordinates.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.3.0.2839)
Syntaxpublic bool CanSync { get; }
Public ReadOnly Property CanSync As Boolean
Get
public:
virtual property bool CanSync {
bool get () sealed;
}
Property Value
Type:
BooleanImplements
ITelescopeV3CanSync
Remarks
May raise an error if the telescope is not connected.
See Also