Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| UsedPoints | 1 | Include a point marker for each point used in the fitting in the LastRunRecord. | |
| IgnoredPoints | 2 | Include a point marker for each point ignored in the fitting in the LastRunRecord. | |
| Line | 4 | Include the fitted shape in the LastRunRecord. | |
| All | -1 |
Remarks
Use these constants with LastRunRecordEnable to specify the tool records that the CogFitLine Tool generates when you call CreateLastRunRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also