Common Application Framework

ToolsCollection.AddTool Method 

Create an instance of a root tool and add it to the ToolsCollection, with the same Key.

public abstract ITool AddTool(
   string key
);

Parameters

key
Key of the root tool in the RootToolsCollection.

See Also

ToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace