CogPMAlignMultiResults PMAlignResults Property Cognex VisionPro
Returns the CogPMAlignResults object. This object contains the scores and positions for all found patterns, sorted by score. This object is a collection of CogPMAlignResult objects. The CogPMAlignResult class grew 2 read-only properties: ModelID and ModelName. The ModelID is the internal unique id of the pattern. The ModelName is the name associated with the pattern item and allows the user to figure out which result belongs to which pattern.

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

public CogPMAlignResults PMAlignResults { get; }

Property Value

Type: CogPMAlignResults
The default value is null.
See Also