Piccolo.NET

PActivityList.RemoveRange Method 

Removes a range of activities from the list.

public void RemoveRange(
   int index,
   int count
);

Parameters

index
The zero-based starting index of the range of activities to remove.
count
The number of activities to remove.

See Also

PActivityList Class | UMD.HCIL.Piccolo.Util Namespace