IDomeV2SlewToAltitude Method
Slew the dome to the given altitude position.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
void SlewToAltitude(
	double Altitude
)

Parameters

Altitude
Type: SystemDouble
Target dome altitude (degrees, horizon zero and increasing positive to 90 zenith)
Exceptions
ExceptionCondition
MethodNotImplementedExceptionIf the method is not implemented
InvalidValueExceptionIf the supplied altitude is outside the range 0..90 degrees.
Remarks
Raises an error if Slaved is True, if not supported, if a communications failure occurs, or if the dome can not reach indicated altitude.
See Also