Piccolo.NET

PActivityList.Insert Method 

Inserts a activity to the list at the specified position.

public void Insert(
   int index,
   PActivity activity
);

Parameters

index
The zero-based index at which the activity should be inserted.
activity
The activity to insert into the list.

See Also

PActivityList Class | UMD.HCIL.Piccolo.Util Namespace