ArcObjects Library Reference (EditorExt)  

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

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.

CoClasses that implement INetworkAnalysisExtFlags

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

See Also

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