IAxisRates Interface |
Namespace: ASCOM.DeviceInterface
The IAxisRates type exposes the following members.
Name | Description | |
---|---|---|
Count |
Number of items in the returned collection
| |
Item |
Return information about the rates at which the telescope may be moved about the specified axis by the MoveAxis(TelescopeAxes, Double) method.
|
Name | Description | |
---|---|---|
Dispose |
Disposes of the object and cleans up
| |
GetEnumerator |
Returns an enumerator for the collection
|
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.