Common Application Framework

CommandList.RemoveRange Method 

Removes a range of elements from the CommandList.

public override void RemoveRange(
   int index,
   int count
);

Parameters

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

See Also

CommandList Class | Aveva.ApplicationFramework.Presentation Namespace