CogLineMaxTool Constructor (CogLineMaxTool)Cognex VisionPro 9.5
Constructs a deep copy of the supplied instance.

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

public CogLineMaxTool(
	CogLineMaxTool other
)
Exceptions

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