IAxisRates Interface
A collection of rates at which the telescope may be moved about the specified axis by the MoveAxis(TelescopeAxes, Double) method. This is only used if the telescope interface version is 2 or 3

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
public interface IAxisRates

The IAxisRates type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of items in the returned collection
Public propertyItem
Return information about the rates at which the telescope may be moved about the specified axis by the MoveAxis(TelescopeAxes, Double) method.
Top
Methods
  NameDescription
Public methodDispose
Disposes of the object and cleans up
Public methodGetEnumerator
Returns an enumerator for the collection
Top
Remarks

See the description of the MoveAxis(TelescopeAxes, Double) method for more information.

This method must return an empty collection if MoveAxis(TelescopeAxes, Double) is not supported.

The values used in IRate members must be non-negative; forward and backward motion is achieved by the application applying an appropriate sign to the returned IRate values in the MoveAxis(TelescopeAxes, Double) command.

See Also