CogDLRuntimeParams Constructor (List ICogDLRuntimeParam )Cognex VisionPro 9.25 SR1
Constructs a CogDLRuntimeParams object holding shallow copies (references) from the supplied list.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public CogDLRuntimeParams(
	List<ICogDLRuntimeParam> list
)

Parameters

list
Type: System.Collections.Generic List ICogDLRuntimeParam 
A list of references to be copied.
Exceptions

ExceptionCondition
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