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

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

public CogSurfaceFX(
	CogSurfaceFX other
)
Exceptions

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