CogAutoSelectResults IndexOf Method Cognex VisionPro 9.5
Determines the index of the supplied CogAutoSelectResult object in this CogAutoSelectResults object. Will be -1 if not found.

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

public virtual int IndexOf(
	Object value
)

Return Value

Type: Int32
The index of the supplied CogAutoSelectResult object in this CogAutoSelectResults object, or -1 if not found.
See Also