RecordCollection IndexOfKey Method Cognex VisionPro 9.22

Searches the list for a given key.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public int IndexOfKey(
	string key
)

Return Value

Type: Int32

The index of the record, or -1 if it is not in the list.

See Also