Copy constructs a CogHandEyeCalibrationResult 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 CogHandEyeCalibrationResult
The calibration result object to be copied. May not be null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
See Also