CogDLRuntimeLabelCheckResultCollection Constructor (CogDLRuntimeLabelCheckResultCollection)Cognex VisionPro 9.24
Construct a deep copy of the supplied label check result collection.

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

public CogDLRuntimeLabelCheckResultCollection(
	CogDLRuntimeLabelCheckResultCollection other
)
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also