Constructs a deep copy of the supplied CogPMRedLinePattern object.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 91.0.0.0
Syntax
Parameters
- other
- Type: Cognex.VisionPro.PMRedLine CogPMRedLinePattern
The object to copy. Must not be null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | other is null. |
| ObjectDisposedException | other has been disposed. |
| CogImageBadTypeException | The TrainImage of other is an image type other than CogImage8Grey. |
See Also