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

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

public Cog3DAlignPattern(
	Cog3DAlignPattern other
)
Exceptions

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