public class AxisRates : IAxisRates, IEnumerable,
IEnumerator, IDisposablePublic Class AxisRates
Implements IAxisRates, IEnumerable, IEnumerator, IDisposableSee the description of the MoveAxis(TelescopeAxis, Double) method for more information.
This method must return an empty collection if MoveAxis(TelescopeAxis, 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(TelescopeAxis, Double) command.
| AxisRates | Initialise an AxisRates object |
| Count | Number of AxisRate items in the returned collection |
| Current | Return the current member of the AxisRates collection. |
| Item | Return information about the rates at which the telescope may be moved about the specified axis by the MoveAxis(TelescopeAxis, Double) method. |
| Add | Add a new member to the AxisRates collection |
| Dispose | DIspose of the AxisRates object |
| GetEnumerator | Returns an enumerator for the AxisRates collection. |
| MoveNext | Move to the next member of the collection. |
| Reset | Reset the enumerator to the first member of the collection |