CogDLRuntimeParams ContainsKey Method Cognex VisionPro 9.25 SR1
Returns true if the specified key is found in this dictionary, otherwise returns false.

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

public bool ContainsKey(
	string key
)

Parameters

key
Type: System String
The key of interest.

Return Value

Type: Boolean
See Also