Constructs a CogDLRuntimeParams object holding
shallow copies (references) from the
supplied list.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Parameters
- list
- Type: System.Collections.Generic List ICogDLRuntimeParam
A list of references to be copied.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the list argument is null. |
| ArgumentException | If any entry in the supplied list is null. |
| ArgumentException | If the ToolName field of any entry in the supplied list is null or empty. |
| ArgumentException | If the ToolName fields in the supplied list of ICogDLRuntimeParams are not unique. |
See Also