IRotatorV2CanReverse Property |
Indicates whether the Rotator supports the
Reverse method.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax ReadOnly Property CanReverse As Boolean
Get
property bool CanReverse {
bool get ();
}
Return Value
Type:
Boolean
True if the Rotator supports the
Reverse method.
Remarks Must be implemented and must not throw a PropertyNotImplementedException.
See Also