Determines the index of a specific ICogTool in the CogToolCollection.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Parameters
- value
- Type: Cognex.VisionPro ICogTool
The ICogTool to locate in the CogToolCollection.
Return Value
Type: Int32The index of value if found in the CogToolCollection; otherwise, -1.
See Also