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 | ||
---|---|---|
AddEdgeFlag | Adds an edge flag to the current network. | |
AddJunctionFlag | Adds a junction flag to the current network. | |
ClearFlags | Removes all flags from the current network. | |
EdgeFlag | Edge flag on the current network by index. | |
EdgeFlagCount | Number of edge flags on the current network. | |
JunctionFlag | Junction flag on the current network by index. | |
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