IDomeV3SetPark Method

Set the current azimuth position of dome to the park position.

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
void SetPark()

Remarks

See this link for the canonical definition, which may include further information and implementation requirements: Canonical Definition

Exceptions

MethodNotImplementedExceptionIf the method is not implemented
NotConnectedExceptionIf the device is not connected.
DriverExceptionMust throw an exception if the operation cannot be completed.

Revision History

DateVersionDescription
IDomePlatform 3.0Member added.

See Also