Common Application Framework

ToolsCollection.Item Property

Indexer to get the instance of the tool at the specified index of the ToolsCollection as an ITool object.

Overload List

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;}

See Also

ToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace