TrackingRates Class

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

Definition

Namespace: ASCOM.Com.DriverAccess
Assembly: ASCOM.Com (in ASCOM.Com.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public class TrackingRates : ITrackingRates, 
	IEnumerable, IEnumerator, IDisposable
Inheritance
Object    TrackingRates
Implements
ITrackingRates, IEnumerable, IEnumerator, IDisposable

Constructors

TrackingRates Initialiser

Properties

Count Number of DriveRates supported by the Telescope
Current Return the current member of the collection
Item Returns a specified item from the collection

Methods

Add Add a new drive rate to the collection
Dispose Dispose of the TrackingRates object
GetEnumerator Returns an enumerator for the collection
MoveNext Move to the next member in the collection
Reset Reset the enumerator to the start of the collection

Version Information

.NET Standard

Supported in: 2.0

See Also