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

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

public CogSurfaceFXTool(
	CogSurfaceFXTool other
)
Exceptions

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