CogDLRuntimeRegionThresholds Constructor (CogDLRuntimeRegionThresholds)Cognex VisionPro 9.23
Copy construct a CogDLRuntimeRegionThresholds from the supplied object. This is a deep copy.

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

public CogDLRuntimeRegionThresholds(
	CogDLRuntimeRegionThresholds other
)
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also