Searches the container for the key value pair with the
specified value and returns its zero-based index.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 65.1.0.0
Syntax
Parameters
- value
- Type: Cognex.VisionPro ICogVisionData
The value to locate.
Return Value
Type: Int32The zero based index of the key value pair with the specified ICogVisionData value, if found; otherwise, -1 is returned.
See Also