CogPMAlignPatternItem Constructor (CogPMAlignPatternItem)Cognex VisionPro
Construct a deep copy of the supplied CogPMAlignPatternItem object.

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

public CogPMAlignPatternItem(
	CogPMAlignPatternItem other
)

Parameters

other
Type: Cognex.VisionPro.PMAlign CogPMAlignPatternItem
The CogPMAlignPatternItem object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the supplied argument is null.
See Also