Click or drag to resize

TrackingRates Class

Late bound TrackingRates implementation
Inheritance Hierarchy
SystemObject
  ASCOM.DriverAccessTrackingRates

Namespace:  ASCOM.DriverAccess
Assembly:  ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public class TrackingRates : ITrackingRates, 
	IEnumerable

The TrackingRates type exposes the following members.

Constructors
  NameDescription
Public methodTrackingRates
TrackingRates constructor
Top
Properties
  NameDescription
Public propertyCount
Returns the number of driverates supported by the telescope
Public propertyItem
Return a drive rate given its index
Top
Methods
  NameDescription
Public methodDispose
Disposes of this object
Public methodGetEnumerator
Returns an enumerator for the driverates object
Top
See Also