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


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

INetworkAnalysisExtFlags Interface

Provides access to members that manage flags in the Network Analysis extension.

Product Availability

Available with ArcGIS Desktop.

When To Use

Use the INetworkAnalysisExtFlags interface to manage network analysis flags. Using this interface, you can add, return, and clear flags from the current network. To create flags see the IFlagDisplay help.

Members

Name Description
Method AddEdgeFlag Adds an edge flag to the current network.
Method AddJunctionFlag Adds a junction flag to the current network.
Method ClearFlags Removes all flags from the current network.
Read-only property EdgeFlag Edge flag on the current network by index.
Read-only property EdgeFlagCount Number of edge flags on the current network.
Read-only property JunctionFlag Junction flag on the current network by index.
Read-only property JunctionFlagCount Number of junction flags on the current network.

Classes that implement INetworkAnalysisExtFlags

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

See Also

IEdgeFlagDisplay Interface | IFlagDisplay Interface | IJunctionFlagDisplay Interface | INetFlag Interface | IJunctionFlag Interface | IEdgeFlag Interface

.NET Samples

Custom upstream trace task