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

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

public Cog3DPatMaxPattern(
	Cog3DPatMaxPattern other
)
Exceptions

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