CogVerifierBasic OutputDatabaseEnable Property Cognex VisionPro 9.8
Get and set the various flags that control what gets stored into the output database when the verifier runs.

Namespace: Cognex.VisionPro.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

public CogVerificationOutputDatabaseEnableConstants OutputDatabaseEnable { get; set; }

Property Value

Type: CogVerificationOutputDatabaseEnableConstants

Implements

ICogVerifier OutputDatabaseEnable
Events

Event TypeReason
VisionProChangedEvent Fires when this property changes.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the verifier is busy.
See Also