Construct a deep copy of the supplied CogOCVMaxParagraphResult object.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax
Parameters
- pOther
- Type: Cognex.VisionPro.OCVMax CogOCVMaxParagraphResult
The CogOCVMaxParagraphResult object to be copied. May not be NULL.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is NULL. |
| OutOfMemoryException | If memory cannot be allocated for this object. |
See Also