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