| ITelescopeV3TrackingRates Property  | 
 Returns a collection of supported 
DriveRates values that describe the permissible
 values of the 
TrackingRate property for this telescope type.
 
 
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
SyntaxITrackingRates TrackingRates { get; }ReadOnly Property TrackingRates As ITrackingRates
	Get
property ITrackingRates^ TrackingRates {
	ITrackingRates^ get ();
}Property Value
Type: 
ITrackingRates
RemarksMust be implemented and must not throw a PropertyNotImplementedException.
 At a minimum, this must contain an item for 
driveSidereal.
 
This is only available for telescope InterfaceVersions 2 and 3
See Also