ICogVerifier InterfaceCognex VisionPro 9.7
Interface for verifier in the verification framework.

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

public interface ICogVerifier

The ICogVerifier type exposes the following members.

Methods

  NameDescription
Public methodRun
Run the verifier synchronously.
Public methodRunAsync
Run the verifier asynchronously.
Public methodRunAsyncCancel
Cancel an asynchronous run of the verifier.
Public methodRunAsyncPause
Pause an asynchronous run of the verifier.
Public methodRunAsyncResume
Resume an asynchronous run of the verifier.
Public methodSetupVisionToolInputs
Setup the VisionTool's inputs using the specified verificationData object.
Top
Properties

  NameDescription
Public propertyInputDatabase
Get and set the input database.
Public propertyInputDatabaseSubset
Get and set the input subset array.
Public propertyIsBusy
Get the current state of the verifier.
Public propertyOutputDatabase
Get and set the output database.
Public propertyOutputDatabaseEnable
Get and set the flags which control what gets stored into the output database.
Public propertyStatistics
Get the statistics object associated with the verifier.
Public propertyUnknownResultBehavior
Get and set the behavior of the verifier when it encounters an Unknown SimpleResult.
Public propertyVisionTool
Get and set the vision tool under test.
Top
Events

  NameDescription
Public eventRunCompleted
Raised when the verifier has completely finished running.
Public eventRunPaused
Raised when the verifier is paused.
Public eventRunProgressChanged
Raised when the verifier completes one iteration.
Public eventRunResumed
Raised when the verifier is resumed.
Public eventRunStarted
Raised when the verifier starts running.
Top
See Also