CogVerifierBasic OutputDatabase Property Cognex VisionPro 9.23
Get and set the output database where the results of verification will be stored.

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

public CogVerificationDatabase OutputDatabase { get; set; }

Property Value

Type: CogVerificationDatabase

Implements

ICogVerifier OutputDatabase
Events

Event TypeReason
VisionProChangedEvent Fires when this property changes.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the verifier is busy.
See Also