AVEVA CAF API Documenation

Key of the root tool in the RootToolsCollection.
AddTool Method
Create an instance of a root tool and add it to the ToolsCollection, with the same Key.
Syntax
public abstract ITool AddTool( 
   string key
)
public:
abstract ITool^ AddTool( 
   String^ key
) 

Parameters

key
Key of the root tool in the RootToolsCollection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also