IRotatorV2TargetPosition Property
The destination position angle for Move() and MoveAbsolute().

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
float TargetPosition { get; }

Property Value

Type: Single
The destination position angle forMove and MoveAbsolute.
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionIf the property is not implemented.
Remarks
Upon calling Move or MoveAbsolute, this property immediately changes to the position angle to which the rotator is moving. The value is retained until a subsequent call to Move or MoveAbsolute.
See Also