Enumeration of non-diagnostic data that can be provided in
the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 75.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any non-diagnostic data in the LastRunRecord. | |
| ResultsMatchRegion | 1 | Include the match region of each result in the LastRunRecord. | |
| ResultsOrigin | 2 | Include the origin of each result in the LastRunRecord. | |
| ResultsCoordinateAxes | 4 | Include the coordinate axes of each result in the LastRunRecord. | |
| ResultsMatchInfo | 8 | Include the match info of each result in the LastRunRecord. | |
| All | -1 | Include all of the non-diagnostic data in the LastRunRecord. |
See Also