The CogDataAnalysisResults type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AggregatePass | Returns TRUE if the AggregateToleranceStatus passed. | |
| AggregateReject | Returns TRUE if the AggregateToleranceStatus rejected. | |
| AggregateToleranceStatus | Returns the result of the specified tolerance limits applied across all ICogDataAnalysisChannel items. | |
| AggregateWarn | Returns TRUE if the AggregateToleranceStatus warned. | |
| Count | Gets the number of items contained in this collection. | |
| IsSynchronized | Gets a value indicating whether access to this collection is synchronized (thread-safe). | |
| Item Int32 | Gets or sets the item with the specified index or key. In C#, this property is the indexer for the collection. | |
| Item String | Gets or sets the item with the specified index or key. In C#, this property is the indexer for the collection. | |
| NumInvalidValues | Returns the number of individual invalid value tolerance results where the result is cogDataAnalysisToleranceStatusInvalidValue. | |
| NumPassValues | Returns the number of individual passing tolerance results. | |
| NumRejectValues | Returns the number of individual reject-level tolerance results. | |
| NumWarnValues | Returns the number of individual warn-level tolerance results. | |
| SyncRoot | Gets an object that can be used to synchronize access to this collection. |
See Also