True if the dome is in the programmed park position.
 
 
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
SyntaxReadOnly Property AtPark As Boolean
	Get
property bool AtPark {
	bool get ();
}Property Value
Type: 
Boolean
Exceptions| Exception | Condition | 
|---|
| PropertyNotImplementedException | If the property is not implemented | 
Remarks
 Set only following a 
Park operation and reset with any slew operation. Raises an error if not supported. 
 
See Also