CogPixelMapComputeParams Constructor (CogPixelMapComputeParams)Cognex VisionPro 9.5
Construct a deep copy of the supplied CogPixelMapComputeParams object.

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 69.0.0.0
Syntax

public CogPixelMapComputeParams(
	CogPixelMapComputeParams Other
)

Parameters

Other
Type: Cognex.VisionPro.PixelMap CogPixelMapComputeParams
The CogPixelMapComputeParams object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also