CogTrevistaCommonImageParams Constructor (CogTrevistaCommonImageParams)Cognex VisionPro 9.21
Construct a deep copy of the supplied CogTrevistaCommonImageParams object.

Namespace: Cognex.VisionPro.Trevista
Assembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 83.0.0.0
Syntax

public CogTrevistaCommonImageParams(
	CogTrevistaCommonImageParams other
)

Parameters

other
Type: Cognex.VisionPro.Trevista CogTrevistaCommonImageParams
The CogTrevistaCommonImageParams object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If the supplied argument is null.
See Also