Cog3DShapeBase Constructor (Cog3DShapeBase)Cognex VisionPro 9.8
Copy constructor.

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

protected Cog3DShapeBase(
	Cog3DShapeBase other
)
Exceptions

ExceptionCondition
ArgumentNullException If other is null.
ObjectDisposedException If other is disposed.
See Also