Removes the XLight light at the given position.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void RemoveAt(
	int index
)

Parameters

index
Type: System..::.Int32
Collection position of the light to be removed.

Implements

IList..::.RemoveAt(Int32)

See Also