Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic IRate this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As IRate
Get
public:
virtual property IRate^ default[int index] {
IRate^ get (int index) sealed;
}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
Implements
IAxisRatesItemInt32
Remarks
See Also