CogVerifierBasic InputDatabase Property Cognex VisionPro 9.5
Get and set the input database.

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

public CogVerificationDatabase InputDatabase { get; set; }

Property Value

Type: CogVerificationDatabase

Implements

ICogVerifier InputDatabase
Events

Event TypeReason
VisionProChangedEvent Fires when this property changes.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the verifier is busy.
See Also