Generates a unique name for the input tool type name.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax
Parameters
- toolTypeName
- Type: System String
the tool type name to generate a unique name for.
Return Value
Type: StringA string with the generated unique name.
Remarks
For example, if the toolTypeName is "Cognex.Vision.ImageProcessing.HistogramTool", this will return the name "HistogramTool1". If there is already another tool with this name, then the function could return "HistogramTool2".
See Also