CogOCRMaxTuneParams Constructor (CogOCRMaxTuneParams)Cognex VisionPro 9.25 SR1
Constructs a deep copy of the supplied CogOCRMaxTuneParams object.

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

public CogOCRMaxTuneParams(
	CogOCRMaxTuneParams other
)

Parameters

other
Type: Cognex.VisionPro.OCRMax CogOCRMaxTuneParams
The CogOCRMaxTuneParams to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is null.
See Also