CogDLRuntimeParams Add Method Cognex VisionPro 9.24
Add the supplied entry to this dictionary.

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

public void Add(
	ICogDLRuntimeParam param
)

Implements

ICollection T  Add(T)
Exceptions

ExceptionCondition
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