ITrackingRates Interface

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

Definition

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
C#
public interface ITrackingRates

Properties

Count Number of DriveRates supported by the Telescope
Item Returns a specified item from the collection

Methods

Dispose Disposes of the TrackingRates object
GetEnumerator Returns an enumerator for the collection

Version Information

Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10

See Also