CogVerifierBasic InputDatabaseSubset Property Cognex VisionPro 9.22
Get and set the subset of keys that the verifier should run against. The specified keys must exist in the input database, otherwise the verifier will thrown an exception during runtime.

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

public string[] InputDatabaseSubset { get; set; }

Property Value

Type:  String 

Implements

ICogVerifier InputDatabaseSubset
Events

Event TypeReason
VisionProChangedEvent Fires when this property changes.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the verifier is busy.
See Also