Copy constructs a CogCalibFeatureExtractorResults object. This is a deep
copy.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 75.1.0.0
Syntax
Parameters
- other
- Type: Cognex.VisionPro.CalibFix CogCalibFeatureExtractorResults
The CogCalibFeatureExtractorResults object to be copied.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If other is null. |
See Also