Construct a deep copy of the supplied CogTrevistaCommonImageParams object.
Namespace: Cognex.VisionPro.TrevistaAssembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 80.0.0.0
public CogTrevistaCommonImageParams(
CogTrevistaCommonImageParams other
)
public CogTrevistaCommonImageParams(
CogTrevistaCommonImageParams other
)
Public Sub New (
other As CogTrevistaCommonImageParams
)
Public Sub New (
other As CogTrevistaCommonImageParams
)
public:
CogTrevistaCommonImageParams(
CogTrevistaCommonImageParams^ other
)
public:
CogTrevistaCommonImageParams(
CogTrevistaCommonImageParams^ other
)
| Exception | Condition |
|---|
| ArgumentNullException |
If the supplied argument is null.
|