Add the supplied entry to this dictionary.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax
Parameters
- param
- Type: Cognex.VisionPro.DLRuntime ICogDLRuntimeParam
The ICogDLRuntimeParam to be added.
Implements
ICollection T Add(T)Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the param argument is null. |
| ArgumentNullException | If the param arguments ToolName field is null or empty. |
| ArgumentException | If the param arguments ToolName field is already present in the dictionary. Duplicates are not allowed. |
See Also