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

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

public Cog3DRangeImageVolumeCalculatorTool(
	Cog3DRangeImageVolumeCalculatorTool other
)

Parameters

other
Type: Cognex.VisionPro3D Cog3DRangeImageVolumeCalculatorTool
The Cog3DRangeImageVolumeCalculatorTool 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