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