CogDataAnalysisToolToleranceStatusConstants EnumerationCognex VisionPro 9.21
Aggregate tolerance status values for the CogDataAnalysisTool.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 83.0.0.0
Syntax

public enum CogDataAnalysisToolToleranceStatusConstants
Members

  Member nameValueDescription
Pass0All CurrentValue properties are within the specified limits.
Warn263168One or more CurrentValue properties do not meet the warning limits, but no values reject.
Reject263184One or more CurrentValue properties do not meet the Reject limits. Alternatively, if RejectOnInvalidData was true, then invalid data may have produced the reject status.
Remarks

Aggregate tolerance status values for the CogDataAnalysisTool.

See Also