Provides access to the results of an analysis.
| Description | ||
|---|---|---|
![]() |
EmptyAll | Clear out all existing rows from any previous analysis. |
![]() |
HasValidResult | Indicates if the current result is valid. |
![]() |
Initialize | Set up for a new analysis. |
![]() |
NAContext | The context for the result. |
![]() |
Name | The name of the result. |
![]() |
OutputProperties | The properties of the output. |
| CoClasses and Classes | Description |
|---|---|
| NATraversalResult | Contains the result of a network analysis. |
The INAResult interface is a required interface on any network result. Objects implementing this interface may be returned by the Result property on INAContext.
This interface has methods to setup and clear the analysis results as well as methods to do high level interrogation of the results.