IStateValueCollectionItem Property
Returns the current StateValue object.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
IStateValue this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IStateValue
Get
property IStateValue^ default[int index] {
IStateValue^ get (int index);
}
- index Int32
- The required object index in the collection.
IStateValue