ITrackingRates Interface
Returns a collection of supported DriveRate values that describe the permissible values of the TrackingRate property for this telescope type.

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

The ITrackingRates type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of DriveRates supported by the Telescope
Public propertyItem
Returns a specified item from the collection
Top
Methods
  NameDescription
Public methodDispose
Disposes of the TrackingRates object
Public methodGetEnumerator
Returns an enumerator for the collection
Top
See Also