CogTrevistaDepthImageParams Constructor (CogTrevistaDepthImageParams)Cognex VisionPro 9.22 SR1
Construct a deep copy of the supplied CogTrevistaDepthImageParams object.

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

public CogTrevistaDepthImageParams(
	CogTrevistaDepthImageParams other
)

Parameters

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

ExceptionCondition
ArgumentNullException If the supplied argument is null.
See Also