| ITrackingRatesItem Property  | 
 Returns a specified item from the collection
 
 
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
SyntaxDriveRates this[
	int index
] { get; }ReadOnly Default Property Item ( 
	index As Integer
) As DriveRates
	Get
property DriveRates default[int index] {
	DriveRates get (int index);
}Parameters
- index
 - Type: SystemInt32
Number of the item to return 
Property Value
Type: 
DriveRatesA collection of supported DriveRate values that describe the permissible values of the TrackingRate property for this telescope type.
Return Value
Type: 
DriveRatesReturns a collection of supported DriveRate values
RemarksThis is only used by telescope interface versions 2 and 3
See Also