Provides access to members that set and clear the trace task results.
Product Availability
Available with ArcGIS Desktop.
When To Use
Use the INetworkAnalysisExtResults interface to set and clear trace task results. Using this interface, you can also specify whether to draw the individual elements of complex features in trace results, and whether to draw or select the results.
Drawing the results just draws them to the screen. Choosing to return the results as a selection returns the results as a selection set.
Members
Description | ||
---|---|---|
ClearResults | Clears the current results. | |
CreateSelection | Creates a selection set from the specified set of network elements. | |
DrawComplex | Indicates if sub elements of complex edges are rendered individually in the results. | |
ResultFeatureCount | Number of elements in the current results. | |
ResultsAsSelection | Indicates if results are returned as a selection. | |
SetResults | Sets the current results to the specified network elements. |
CoClasses that implement INetworkAnalysisExtResults
CoClasses and Classes | Description |
---|---|
UtilityNetworkAnalysisExt | A container for defining the Utility Network Analysis extension and describing its current state. |