CogOCVResults Status Property Cognex VisionPro
Returns the overall status of this OCV inspection. Status will indicate verified if all of the character positions passed verification. Other, status will indicate failed.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.1.0.0
Syntax

public CogOCVPatternStatusConstants Status { get; }

Property Value

Type: CogOCVPatternStatusConstants
Remarks

Returns the overall status of this OCV inspection. The result is Verified if all of the characters in the CogOCVPattern were verified. Otherwise, the result is Failed.

See Also