Common Application Framework

CommandList.SetRange Method 

Copies the elements of a collection over a range of elements in the CommandList.

public override void SetRange(
   int index,
   ICollection c
);

Parameters

index
The zero-based ArrayList index at which to start copying the elements of c.
c
The ICollection whose elements to copy to the CommandList.

See Also

CommandList Class | Aveva.ApplicationFramework.Presentation Namespace