Click or drag to resize

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: 7.0.0-rc.0+0
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