Common Application Framework

ToolsCollection.InsertTool Method 

Create an instance of a root tool and insert it into the ToolsCollection at the given index, with the same Key.

public abstract ITool InsertTool(
   string key,
   int index
);

Parameters

key
Key of the root tool in the RootToolsCollection.
index
Position which tool instance will have in ToolsCollection.

See Also

ToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace