CogOCVMaxParagraphResult Constructor (CogOCVMaxParagraphResult)Cognex VisionPro 9.5
Construct a deep copy of the supplied CogOCVMaxParagraphResult object.

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

public CogOCVMaxParagraphResult(
	CogOCVMaxParagraphResult pOther
)

Parameters

pOther
Type: Cognex.VisionPro.OCVMax CogOCVMaxParagraphResult
The CogOCVMaxParagraphResult object to be copied. May not be NULL.
Exceptions

ExceptionCondition
OutOfMemoryExceptionIf memory cannot be allocated for this object.
ArgumentNullExceptionIf the input argument is NULL.
See Also