Cog3DGraphicBase Constructor (Cog3DGraphicBase)Cognex VisionPro
Copy constructor.

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

public Cog3DGraphicBase(
	Cog3DGraphicBase other
)
Exceptions

ExceptionCondition
ArgumentNullException If other is null.
ArgumentException If other is diposed.
See Also