StateValueCollectionItem Property

Returns the state value as an IStateValue object at the given index into the collection.

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
public IStateValue this[
	int index
] { get; }

Parameters

index  Int32
The zero based item number in the collection to return.

Return Value

IStateValue

Implements

IStateValueCollectionItemInt32

Exceptions

See Also