Construct a deep copy of the supplied CogPMAlignCompositeDataItem object except for the PercentCoarseFeaturesUsed, PercentFineFeaturesUsed and GraphicsIndex because these values are generated at train time.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax
Parameters
- other
- Type: Cognex.VisionPro.PMAlign CogPMAlignCompositeDataItem
The CogPMAlignCompositeDataItem object to be copied. May not be null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the supplied argument is null. |
See Also