Enumeration of result data that can be included in the LastRunRecord.
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| FoundLines | 1 | Include the found lines in the LastRunRecord. | |
| FoundLineSegments | 2 | Include the found line segments in the LastRunRecord. | |
| Inliers | 4 | Include the inlier edge points in the LastRunRecord. | |
| All | 4294967295 | Include all of the non-diagnostic data in the LastRunRecord. |
See Also