CogLineMaxResults IndexOf Method Cognex VisionPro 9.5
Determines the index of a result in the collection.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 69.0.0.0
Syntax

public int IndexOf(
	CogLineMaxResult value
)

Return Value

Type: Int32
The zero-based index of value if found; otherwise, -1.
See Also