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

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

public Cog3DAlignResults(
	Cog3DAlignResults other
)
Exceptions

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