Get and set the input database.
Namespace: Cognex.VisionPro.InspectionAssembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 87.1.0.0 (87.1.0.0)
public CogVerificationDatabase InputDatabase { get; set; }public CogVerificationDatabase InputDatabase { get; set; }Public Property InputDatabase As CogVerificationDatabase
Get
Set
Public Property InputDatabase As CogVerificationDatabase
Get
Set
public:
virtual property CogVerificationDatabase^ InputDatabase {
CogVerificationDatabase^ get () sealed;
void set (CogVerificationDatabase^ value) sealed;
}public:
virtual property CogVerificationDatabase^ InputDatabase {
CogVerificationDatabase^ get () sealed;
void set (CogVerificationDatabase^ value) sealed;
}Property Value
Type:
CogVerificationDatabaseImplements
ICogVerifier InputDatabase| Event Type | Reason |
|---|
| VisionProChangedEvent |
Fires when this property changes.
|
| Exception | Condition |
|---|
| InvalidOperationException | Thrown if the verifier is busy. |