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

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.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
ArgumentNullExceptionIf the input argument is NULL.
OutOfMemoryExceptionIf memory cannot be allocated for this object.
See Also