CogDLRuntimeResults Constructor (CogDLRuntimeResults)Cognex VisionPro 9.25 SR1
Copy construct a CogDLRuntimeResults from the supplied object. This is a deep copy.

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

public CogDLRuntimeResults(
	CogDLRuntimeResults other
)
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also