ITelescopeV4SlewToAltAzAsync Method
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void SlewToAltAzAsync(
double Azimuth,
double Altitude
)
Sub SlewToAltAzAsync (
Azimuth As Double,
Altitude As Double
)
void SlewToAltAzAsync(
double Azimuth,
double Altitude
)
Parameters
- Azimuth Double
- Azimuth to which to move
- Altitude Double
- Altitude to which to move to
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ITelescopeV2 | Platform 4.0 | Member added. |
| ITelescopeV4 | Platform 7.0 | Synchronous slewing is deprecated, see note above. |