CogPMRedLineLastRunRecordConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 75.0.0.0
Syntax

[FlagsAttribute]
public enum CogPMRedLineLastRunRecordConstants
Members

  Member nameValueDescription
None0 Do not include any non-diagnostic data in the LastRunRecord.
ResultsMatchRegion1 Include the match region of each result in the LastRunRecord.
ResultsOrigin2 Include the origin of each result in the LastRunRecord.
ResultsCoordinateAxes4 Include the coordinate axes of each result in the LastRunRecord.
ResultsMatchInfo8 Include the match info of each result in the LastRunRecord.
All-1 Include all of the non-diagnostic data in the LastRunRecord.
See Also