CogVerificationUnknownResultBehaviorConstants EnumerationCognex VisionPro 9.5
This enumeration is used by the verifier's UnknownResultBehavior property to control what the result of the verification when the CogVerificationSimpleResultConstants.Unknown is encountered.

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

public enum CogVerificationUnknownResultBehaviorConstants
Members

  Member nameValueDescription
AlwaysMismatch0 Always fail/mismatch the verification.
AlwaysMatch1 Always pass/match the verification.
See Also