Click or drag to resize

ITrackingRatesItem Property

Returns a specified item from the collection

Namespace:  ASCOM.DeviceInterface
Assembly:  ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
DriveRates this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Number of the item to return

Property Value

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

Return Value

Type: DriveRates
Returns a collection of supported DriveRate values
Remarks
This is only used by telescope interface versions 2 and 3
See Also