CogDLRuntimeParams ContainsValue Method Cognex VisionPro 9.24
Returns true if the specified ICogDLRuntimeParam is found in this dictionary, otherwise returns false.

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

public bool ContainsValue(
	ICogDLRuntimeParam param
)

Return Value

Type: Boolean
See Also