Construct a deep copy of the supplied CogIDCode128 object.
Namespace: Cognex.VisionPro.IDAssembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 69.0.0.0
Syntax
Parameters
- Other
- Type: Cognex.VisionPro.ID CogIDCode128
The CogIDCode128 object to be copied. May not be null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the supplied argument is null. |
| ArgumentException | If the supplied argument is disposed. |
See Also