Cog3DRangeImageHeightCalculatorTool Constructor (Cog3DRangeImageHeightCalculatorTool)Cognex VisionPro
Constructs a deep copy of the supplied Cog3DRangeImageHeightCalculatorTool.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public Cog3DRangeImageHeightCalculatorTool(
	Cog3DRangeImageHeightCalculatorTool other
)

Parameters

other
Type: Cognex.VisionPro3D Cog3DRangeImageHeightCalculatorTool
The Cog3DRangeImageHeightCalculatorTool to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is null.
InvalidOperationException Thrown if Region does not support ICloneable.
Remarks

The properties of other are copied as follows:
See Also