The CogDataAnalysisResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CurrentValue | Returns the CurrentValue used to generate the ToleranceStatus if it is not invalid. | |
| CurrentValueIsInvalid | Returns TRUE if the ToleranceStatus was cogDataAnalysisToleranceStatusInvalidValue. | |
| Pass | Returns TRUE if the ToleranceStatus passed. | |
| RejectHigh | Returns TRUE if the ToleranceStatus rejected high. | |
| RejectLow | Returns TRUE if the ToleranceStatus rejected low. | |
| ToleranceStatus | 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. | |
| WarnHigh | Returns TRUE if the ToleranceStatus warned high. | |
| WarnLow | Returns TRUE if the ToleranceStatus warned low. |
See Also