LampInfo.Index Property

Definition

Zero based index of the lamp. Every lamp is associated with one unique index.

public:
 property int Index { int get(); };
int Index();
public int Index { get; }
var int32 = lampInfo.index;
Public ReadOnly Property Index As Integer

Property Value

Int32

int

The lamp index.

Remarks

Valid indexes are in the range of 0 to LampCount - 1.

Applies to