CogVerificationUnknownResultBehaviorConstants EnumerationCognex VisionPro
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: 65.1.0.0 (65.1.0.0)
Syntax

public enum CogVerificationUnknownResultBehaviorConstants
Members

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