Removes the Action at the specified index from the collection.

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0

Syntax

Visual Basic (Declaration)
Public Sub RemoveAt ( _
	index As Integer _
)
C#
public void RemoveAt (
	int index
)
Visual C++
public:
void RemoveAt (
	int index
)

Parameters

index
System.Int32
The index of the Action to remove.