CogVisionDataContainer Contains Method (String)Cognex VisionPro 9.25 SR1
Returns true if the supplied key is found, otherwise returns false.

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

public virtual bool Contains(
	string key
)

Parameters

key
Type: System String
Search for this key.

Return Value

Type: Boolean
See Also