IRotatorV2MoveAbsolute Method
Causes the rotator to move the absolute position of Position degrees.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
void MoveAbsolute(
	float Position
)

Parameters

Position
Type: SystemSingle
Absolute position in degrees.
Exceptions
ExceptionCondition
MethodNotImplementedExceptionIf the method is not implemented.
InvalidValueExceptionIf Position is invalid.
Remarks
Calling MoveAbsolute causes the TargetPosition property to change to the value of the Position parameter, then starts rotation to TargetPosition.
See Also