CogOCRMaxLineResult Constructor (CogOCRMaxLineResult)Cognex VisionPro 9.5
Constructs a deep copy of the supplied CogOCRMaxLineResult object.

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

public CogOCRMaxLineResult(
	CogOCRMaxLineResult other
)

Parameters

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

ExceptionCondition
ArgumentNullException Thrown if other is null.
See Also