Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
SyntaxIRate this[
	int index
] { get; }ReadOnly Default Property Item ( 
	index As Integer
) As IRate
	Get
property IRate^ default[int index] {
	IRate^ get (int index);
}Parameters
- index
 - Type: SystemInt32
The axis about which rate information is desired 
Property Value
Type: 
IRateCollection of Rate objects describing the supported rates of motion that can be supplied to the 
MoveAxis(TelescopeAxes, Double) method for the specified axis.
Return Value
Type: 
IRateCollection of Rate objects 
Remarks
See Also