ITrackingRatesItem Property

Returns a specified item from the collection

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
DriveRates this[
	int index
] { get; }

Parameters

index  Int32
Number of the item to return

Property Value

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

Return Value

DriveRates
Returns a collection of supported DriveRate values

Remarks

This is only used by telescope interface versions 2 and 3

See Also