Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.CNLSearchAssembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| ResultsOrigin | 1 | Include the origin of each result in the LastRunRecord. | |
| ResultsBoundingBox | 2 | Include the bounding box of each result in the LastRunRecord. | |
| ResultsMatchRegion | 4 | Include the match region of each result in the LastRunRecord. | |
| All | -1 |
Remarks
Use these constants with LastRunRecordEnable to specify the tool records that the CogCNLSearch Tool generates when you call CreateLastRunRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also