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

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 75.1.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