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

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

public CogPMRedLineRunParams(
	CogPMRedLineRunParams other
)
Exceptions

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