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

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

public CogPMRedLinePattern(
	CogPMRedLinePattern other
)
Exceptions

ExceptionCondition
ArgumentNullExceptionother is null.
ObjectDisposedExceptionother has been disposed.
CogImageBadTypeException The TrainImage of other is an image type other than CogImage8Grey.
See Also