Construct a deep copy of the supplied CogOCRCharacterResultCollection object.
Namespace: Cognex.VisionPro.ViDiELAssembly: Cognex.VisionPro.ViDiEL (in Cognex.VisionPro.ViDiEL.dll) Version: 87.0.0.0
Syntax
Parameters
- other
- Type: Cognex.VisionPro.ViDiEL CogOCRCharacterResultCollection
The CogOCRCharacterResultCollection to be copied. Must not be null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | other is null. |
See Also