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

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 75.1.0.0
Syntax

public CogPMRedLineTool(
	CogPMRedLineTool other
)
Exceptions

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