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

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

public CogPMRedLineTool(
	CogPMRedLineTool other
)
Exceptions

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