Method GetToolIndex
GetToolIndex(int)
Finds tool by its ID and returns tool index (position).
public int GetToolIndex(int toolId)
Parameters
toolId
intID of a previously added tool.
Returns
- int
The index, or position, of a previously added tool.