Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| OutputImage | 1 | Include the output image in the LastRunRecord. | |
| All | -1 | Include all non-diagnostic data in the LastRunRecord. |
Remarks
Use these constants with LastRunRecordEnable to specify the tool records that the CogFixtureNPointToNPoint Tool generates when you call CreateLastRunRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also