TrackingRatesItem Property |
Return a drive rate given its index
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic DriveRates this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As DriveRates
Get
public:
virtual property DriveRates default[int index] {
DriveRates get (int index) sealed;
}Parameters
- index
- Type: SystemInt32
Index position of the item
Return Value
Type:
DriveRatesInteger DriveRate enum value
Implements
ITrackingRatesItemInt32
See Also