CogOCRResult Constructor (CogOCRResult)Cognex VisionPro 9.24
Construct a deep copy of the supplied CogOCRResult object.

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

public CogOCRResult(
	CogOCRResult other
)

Parameters

other
Type: Cognex.VisionPro.ViDiEL CogOCRResult
The CogOCRResult object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also