Find the first collection element that matches the supplied value,
returning the index.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax
Parameters
- value
- Type: Cognex.VisionPro3D Cog3DVect3
The supplied value to match.
Return Value
Type: Int32The zero based index of the first matching element. If no match is found this will be -1.
Implements
IList T IndexOf(T)See Also