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