| IRotatorV2TargetPosition Property  | 
 The destination position angle for Move() and MoveAbsolute().
 
 
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntaxfloat TargetPosition { get; }ReadOnly Property TargetPosition As Single
	Get
property float TargetPosition {
	float get ();
}Property Value
Type: 
SingleThe destination position angle for
Move and 
MoveAbsolute.
Exceptions| Exception | Condition | 
|---|
| PropertyNotImplementedException | If 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