IRotatorV2CanReverse Property
Indicates whether the Rotator supports the Reverse method.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
bool CanReverse { 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