Enumeration of Non-Diagnostic data that can be included in
the tool's LastRunRecord.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| ResultsCoordinateAxes | 1 | Include the coordinate axes of each result in the LastRunRecord. | |
| ResultsMatchRegion | 2 | Include the match region of each result in the LastRunRecord. | |
| ResultsOrigin | 4 | Include the origin of each result in the LastRunRecord. | |
| All | -1 | Include all of the non-diagnostic data in the LastRunRecord. |
See Also