Indexer to get the instance of the tool at the specified index of the ToolsCollection as an ITool object.
Indexer to get the instance of the tool at the specified index of the ToolsCollection as an ITool object.
public abstract ITool this[int] {get;}
Indexer to get the instance of the tool with given Key from the ToolsCollection as an ITool object.
public abstract ITool this[string] {get;}
ToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace