Inserts the specified Action in the collection at the specified index location.

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

Syntax

Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	action As Action _
)
C#
public void Insert (
	int index,
	Action action
)
Visual C++
public:
void Insert (
	int index, 
	Action^ action
)

Parameters

index
System.Int32
The location in the collection to insert the Action.
action
Neodynamic.SDK.Action
The Action to add to the collection.