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

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

public Cog3DAlignRunParams(
	Cog3DAlignRunParams other
)
Exceptions

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