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