Method GetToolName
GetToolName(int)
Gets name of the specified tool.
public string? GetToolName(int toolId)
Parameters
toolIdintID of a previously added tool.
Returns
Remarks
Name of the tool can be used for the debug or other purposes.
Gets name of the specified tool.
public string? GetToolName(int toolId)
toolId intID of a previously added tool.
Name of the tool can be used for the debug or other purposes.