CogVerificationOutputDatabaseEnableConstants EnumerationCognex VisionPro 9.7
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.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

[FlagsAttribute]
public enum CogVerificationOutputDatabaseEnableConstants
Members

  Member nameValueDescription
None0 None of the user controllable data is stored into the output database.
StoreLastRunRecord1 The LastRunRecord is stored into the output database.
All-1 All user controllable data is stored into the output database.
See Also