Common Application Framework

ToolsCollection.IndexOf Method 

Get the index of the tool with given Key from the ToolsCollection. Returns -1 if tool is not in the collection.

public abstract int IndexOf(
   string key
);

See Also

ToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace