CogDLRuntimeThresholds Constructor (CogDLRuntimeThresholds)Cognex VisionPro 9.25 SR1
Construct a deep copy of the supplied CogDLRuntimeThresholds.

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

public CogDLRuntimeThresholds(
	CogDLRuntimeThresholds other
)
Exceptions

ExceptionCondition
ArgumentNullException If the "other" argument is null.
See Also