This enumeration is a set of OR-able flags that control what gets stored into the output database.
when the verifier is running.
Namespace: Cognex.VisionPro.InspectionAssembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | None of the user controllable data is stored into the output database. | |
| StoreLastRunRecord | 1 | The LastRunRecord is stored into the output database. | |
| All | -1 | All user controllable data is stored into the output database. |
See Also