CogDataAnalysisResult ToleranceStatus Property Cognex VisionPro 9.20
Returns the result of the individual limits applied to the CurrentValue if value was not invalid. If the status is cogDataAnalysisToleranceStatusInvalidValue, this implies the CurrentValue was invalid prior to the generation of this result.

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

public CogDataAnalysisToleranceStatusConstants ToleranceStatus { get; }

Property Value

Type: CogDataAnalysisToleranceStatusConstants
Remarks

The result of applying this CogStatistics limits to the supplied CurrentValue. If this property is InvalidValue, then the CurrentValue was invalid before this result was generated.

See Also