ICogRecords IndexOf Method (ICogRecord)Cognex VisionPro 9.8 SR1
Searches the list for a given record.

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

int IndexOf(
	ICogRecord value
)

Return Value

Type: Int32
The index of the record, or -1 if it is not in the list.
See Also