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

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

public CogSurfaceFXTool(
	CogSurfaceFXTool other
)
Exceptions

ExceptionCondition
ArgumentNullExceptionother is null.
ObjectDisposedExceptionother has been disposed.
See Also