IStateValueCollectionItem Property

Returns the current StateValue object.

Definition

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

Parameters

index  Int32
The required object index in the collection.

Property Value

IStateValue

See Also