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

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

protected CogLineMaxToolBase(
	CogLineMaxToolBase other
)
Exceptions

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