Gets an led at an index.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public LEDLED2 this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As LEDLED2
Visual C++
public:
property LEDLED2^ default[int index] {
	LEDLED2^ get (int index);
}

Parameters

index
Type: System..::.Int32
The index of the led to get.

Return Value

The led object.

See Also