CogPMAlignLastRunRecordConstants EnumerationCognex VisionPro
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: 65.1.0.0
Syntax

[FlagsAttribute]
public enum CogPMAlignLastRunRecordConstants
Members

  Member nameValueDescription
None0
ResultsOrigin2Include the origin of each result in the LastRunRecord.
ResultsBoundingBox8Include the bounding box of each result in the LastRunRecord.
ResultsMatchRegion64Include the match region of each result in the LastRunRecord.
ResultsCoordinateAxes128Include the coordinate axes of each result in the LastRunRecord.
ResultsMatchShapeModels256Include the matching shape models of each result in the LastRunRecord.
All-1
Remarks

Use these constants with LastRunRecordEnable to specify the tool records that the CogPMAlign Tool generates when you call CreateLastRunRecord .

See About Record Keys for a list of the record keys that the tool uses.

See Also