CogPMAlignMultiLastRunRecordConstants EnumerationCognex VisionPro 9.5
Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.

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

[FlagsAttribute]
public enum CogPMAlignMultiLastRunRecordConstants
Members

  Member nameValueDescription
None0Do not include any of the non-diagnostic data in the LastRunRecord.
TipText1Turn on tip text for result graphics.
ResultsOrigin2Include the origin of each result in the LastRunRecord.
ResultsMatchRegion4Include the match region of each result in the LastRunRecord.
ResultsCoordinateAxes8Include the coordinate axes of each result in the LastRunRecord.
ResultsMatchShapeModels16Include the matching shape models of each result in the LastRunRecord.
All-1Include all of the non-diagnostic data in the LastRunRecord.
See Also