IRotatorV2MoveAbsolute Method |
Causes the rotator to move the absolute position of
Position degrees.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax void MoveAbsolute(
float Position
)
Sub MoveAbsolute (
Position As Single
)
void MoveAbsolute(
float Position
)
Parameters
- Position
- Type: SystemSingle
Absolute position in degrees.
Exceptions Exception | Condition |
---|
MethodNotImplementedException | If the method is not implemented. |
InvalidValueException | If Position is invalid. |
Remarks See Also