Cog3DVect3Collection IndexOf Method Cognex VisionPro 9.5
Find the first collection element that matches the supplied value, returning the index.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax

public virtual int IndexOf(
	Cog3DVect3 value
)

Return Value

Type: Int32
The zero based index of the first matching element. If no match is found this will be -1.

Implements

IList T  IndexOf(T)
See Also