CogVerifierBasic UnknownResultBehavior Property Cognex VisionPro 9.8 SR1
Get and set the behavior of the verifier (either match or mismatch) when an Unknown SimpleResult is encountered.

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

public CogVerificationUnknownResultBehaviorConstants UnknownResultBehavior { get; set; }

Property Value

Type: CogVerificationUnknownResultBehaviorConstants

Implements

ICogVerifier UnknownResultBehavior
Events

Event TypeReason
VisionProChangedEvent Fires when this property changes.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the verifier is busy.
See Also