CogVisionDataContainer ContainsKey Method Cognex VisionPro 9.10
Returns true if the specified key is found in this container, otherwise returns false.

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

public virtual bool ContainsKey(
	string key
)

Return Value

Type: Boolean

Implements

IDictionary TKey, TValue  ContainsKey(TKey)
See Also