A container for defining the Utility Network Analysis extension and describing its current state.
Product Availability
Available with ArcGIS Desktop.
Description
The UtilityNetworkAnalysisExt object provides functionality for analyzing utility networks in ArcMap. In order to use the UtilityNetworkAnalysisExt object, you must have an active ArcMap application, and obtain a reference to the extension object from the ArcMap application.
Supported Platforms
Windows
Extended Error Information
Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.
Interfaces
Interfaces | Description |
---|---|
IExtension (esriSystem) | Provides access to members that define an extension. |
IFlowLayerState | Provides access to members that get and set the state of the showing of flow direction symbols in the map for a given layer. |
INetworkAnalysisExt | Provides access to members that add or remove networks and feature layers from the Network Analysis extension. |
INetworkAnalysisExtBarriers | Provides access to members that manage barriers in the Network Analysis extension. |
INetworkAnalysisExtFlags | Provides access to members that manage flags in the Network Analysis extension. |
INetworkAnalysisExtResultColor | Provides access to members that handle the color used for rendering trace task results. |
INetworkAnalysisExtResults | Provides access to members that set and clear the trace task results. |
INetworkAnalysisExtWeightFilter | Provides access to members that set and return the weight filter information to be used when performing trace tasks. |
INetworkAnalysisExtWeights | Provides access to members that set and return the weights to be used when performing trace tasks. |
ISupportErrorInfo | Indicates whether a specific interface can return Automation error objects. |
ITraceTasks | Provides access to members that set and return the current trace task and the options for tracing. |
IUtilityNetworkAnalysisExt | Provides access to a member that determines whether flow direction can be set for the current network. |
IUtilityNetworkAnalysisExtFlow | Provides access to members that set and return the options for showing flow direction. |
See Also
UtilityNetworkAnalysisExt Class | FindLoopsTask Class | FindAncestorsTask Class | FindConnectedTask Class | TraceUpstreamTask Class | TraceDownstreamTask Class | TracePathTask Class | SelectionSetBarriers Class | NetElementBarriers Class