Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| TipText | 1 | Turn on tip text for result graphics. | |
| ResultsOrigin | 2 | Include the origin of each result in the LastRunRecord. | |
| ResultsMatchRegion | 4 | Include the match region of each result in the LastRunRecord. | |
| ResultsCoordinateAxes | 8 | Include the coordinate axes of each result in the LastRunRecord. | |
| ResultsMatchShapeModels | 16 | Include the matching shape models of each result in the LastRunRecord. | |
| All | -1 | Include all of the non-diagnostic data in the LastRunRecord. |
See Also