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

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

public CogPMRedLineResults(
	CogPMRedLineResults other
)
Exceptions

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