If this dictionary contains the specified key,
output the associated value. Return true if
the key was found, otherwise return false.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Parameters
- key
- Type: System String
Search for this key.
- value
- Type: Cognex.VisionPro.DLRuntime ICogDLRuntimeParam
The found value.
Return Value
Type: BooleanExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the key argument is null or empty. |
See Also