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

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

public Cog3DPatMaxRunParams(
	Cog3DPatMaxRunParams other
)
Exceptions

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