ICogRecords ContainsKey Method Cognex VisionPro 9.25 SR1
Searches the list for a given key.

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

bool ContainsKey(
	string key
)

Parameters

key
Type: System String
The key for which to search.

Return Value

Type: Boolean
True if the list contains the given record, false otherwise.
See Also