TelescopeCanMoveAxis Method |
Shows whether the telescope can be controlled about the specified axis via the MoveAxis() method.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic bool CanMoveAxis(
TelescopeAxes Axis
)
Public Function CanMoveAxis (
Axis As TelescopeAxes
) As Boolean
public:
virtual bool CanMoveAxis(
TelescopeAxes Axis
) sealed
Parameters
- Axis TelescopeAxes
- Primary, Secondary or Tertiary axis
Return Value
BooleanBoolean - True if the telescope can be controlled about the specified axis via the MoveAxis() method.
Implements
ITelescopeV3CanMoveAxis(TelescopeAxes)
Exceptions
RemarksSee the description of MoveAxis() for more information. The (symbolic) values for TelescopeAxes are:
axisPrimary 0 Primary axis (e.g., Right Ascension or Azimuth)axisSecondary 1 Secondary axis (e.g., Declination or Altitude)axisTertiary 2 Tertiary axis (e.g. imager rotator/de-rotator)
See Also