Common Application Framework

CommandList.Insert Method 

Inserts an element into the CommandList at the specified index.

public override void Insert(
   int index,
   object value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The Object to insert.

Implements

IList.Insert

See Also

CommandList Class | Aveva.ApplicationFramework.Presentation Namespace