CogDLRuntimeParams TryGetValue Method Cognex VisionPro 9.25 SR1
If this dictionary contains the specified key, output the associated value. Return true if the key was found, otherwise return 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 TryGetValue(
	string key,
	out ICogDLRuntimeParam value
)

Parameters

key
Type: System String
Search for this key.
value
Type: Cognex.VisionPro.DLRuntime ICogDLRuntimeParam 
The found value.

Return Value

Type: Boolean
Exceptions

ExceptionCondition
ArgumentNullException If the key argument is null or empty.
See Also