Cog3DRangeImageCrossSectionOperatorBase Constructor (Cog3DRangeImageCrossSectionOperatorBase)Cognex VisionPro 9.8 SR1
Construct a deep copy of the supplied Cog3DRangeImageCrossSectionOperatorBase object.

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

protected Cog3DRangeImageCrossSectionOperatorBase(
	Cog3DRangeImageCrossSectionOperatorBase other
)

Parameters

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

ExceptionCondition
ArgumentNullException If the supplied argument is null.
See Also