Common Application Framework

CommandList.Add Method 

Adds an object to the end of the CommandList.

public override int Add(
   object value
);

Parameters

value
The Object to be added to the end of the CommandList

Return Value

Implements

IList.Add

See Also

CommandList Class | Aveva.ApplicationFramework.Presentation Namespace