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

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

public CogSurfaceFX(
	CogSurfaceFX other
)
Exceptions

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