Constructs a deep copy of the supplied CogBeadInspectDefect object.
Namespace: Cognex.VisionPro.EdgeInspectAssembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 73.0.0.0
Syntax
Parameters
- other
- Type: Cognex.VisionPro.EdgeInspect CogBeadInspectDefect
The CogBeadInspectDefect to be copied. Must not be null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | other is null. |
| ObjectDisposedException | other is disposed. |
See Also