AVEVA CAF API Documenation


ToolsCollection Class Methods

For a list of all members of this type, see ToolsCollection members.

Public Methods
 NameDescription
Public Method Create an instance of a root tool and add it to the ToolsCollection, with the same Key.  
Public Method Remove all tool instances from the ToolsCollection.  
Public Method Determine if the tool instance with the specified Key exists in the ToolsCollection.  
Public Method Copies the elements of the collection to an Array, starting at a particular Array index.  
Public Method Returns an enumerator that can iterate through the Collection.  
Public Method Get the index of the tool with given Key from the ToolsCollection. Returns -1 if tool is not in the collection.  
Public Method Create an instance of a root tool and insert it into the ToolsCollection at the given index, with the same Key.  
Public Method Remove the tool instance with the specified Key from the ToolsCollection.  
Public Method Remove the tool instance at the specified index position from the ToolsCollection.  
Top
Protected Methods
 NameDescription
Protected Method Fires when number of visble tools changes  
Top
See Also