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