CogAutoSelectResults IndexOf Method Cognex VisionPro 9.22
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: 87.0.0.0
Syntax

public virtual int IndexOf(
	Object value
)

Parameters

value
Type: System Object

Return Value

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