CogVerifierBasic PropertiesCognex VisionPro 9.22

The CogVerifierBasic type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyInputDatabase
Get and set the input database.
Public propertyInputDatabaseSubset
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.
Public propertyIsBusy
Get the current state of the verifier. Returns true if the verifier is busy, otherwise returns false. No properties can be changed when the verifier is busy.
Public propertyOutputDatabase
Get and set the output database where the results of verification will be stored.
Public propertyOutputDatabaseEnable
Get and set the various flags that control what gets stored into the output database when the verifier runs.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyStatistics
Get the statistics object associated with this verifier object.
Public propertyUnknownResultBehavior
Get and set the behavior of the verifier (either match or mismatch) when an Unknown SimpleResult is encountered.
Public propertyVisionTool
Get and set the CogToolBlock under test. Note, the type of this property is ICogTool, but the input must be of type CogToolBlock.
Top
See Also