AVEVA CAF API Documenation

Key of the root tool in the RootToolsCollection.
Position which tool instance will have in ToolsCollection.
InsertTool Method (ToolsCollection)
Create an instance of a root tool and insert it into the ToolsCollection at the given index, with the same Key.
Syntax
public abstract ITool InsertTool( 
   string key,
   int index
)
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.
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