StateValueCollectionItem Property
Returns the state value as an IStateValue object at the given index into the collection.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
public IStateValue this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IStateValue
Get
public:
virtual property IStateValue^ default[int index] {
IStateValue^ get (int index) sealed;
}
- index Int32
- The zero based item number in the collection to return.
IStateValueIStateValueCollectionItemInt32