The indexer for this dictionary.
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
The key of the desired dictionary entry.
Property Value
Type: ICogDLRuntimeParamExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the key argument is null. |
| ArgumentNullException | If a value argument is null. |
| ArgumentNullException | If a value arguments ToolName field is null or empty. |
| ArgumentException | If a value arguments ToolName field does not match the key argument. |
See Also