Constructs a deep copy of the supplied CogCADToRangeResult object.
Namespace: Cognex.VisionPro.CADAssembly: Cognex.VisionPro.CAD (in Cognex.VisionPro.CAD.dll) Version: 69.0.0.0
Syntax
Parameters
- other
- Type: Cognex.VisionPro.CAD CogCADToRangeResult
The object to copy. Must not be null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | other is null. |
| ObjectDisposedException | other has been disposed. |
See Also