CogPMAlignMulti Constructor (CogPMAlignMulti)Cognex VisionPro 9.5
Construct a deep copy of the supplied CogPMAlignMultiPattern object.

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

public CogPMAlignMulti(
	CogPMAlignMulti Other
)

Parameters

Other
Type: Cognex.VisionPro.PMAlign CogPMAlignMulti
The CogPMAlignMulti object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the supplied argument is null or if the supplied object has been disposed.
See Also