This document is archived and information here might be outdated.  Recommended version.


INetworkAnalysisExtResults Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExtResults Interface
ArcGIS Developer Help

INetworkAnalysisExtResults Interface

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

Name Description
Method ClearResults Clears the current results.
Method CreateSelection Creates a selection set from the specified set of network elements.
Read/write property DrawComplex Indicates if sub elements of complex edges are rendered individually in the results.
Read-only property ResultFeatureCount Number of elements in the current results.
Read/write property ResultsAsSelection Indicates if results are returned as a selection.
Method SetResults Sets the current results to the specified network elements.

Classes that implement INetworkAnalysisExtResults

Classes Description
UtilityNetworkAnalysisExt A container for defining the Utility Network Analysis extension and describing its current state.

.NET Samples

Custom upstream trace task