ArcObjects Library Reference (NetworkAnalystUI)  

INetworkAnalystExtension Interface

Provides access to the network analyst extension.

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Members

Description
Read/write property CurrentNetworkLayer The current network layer.
Read-only property NAWindow The network analysis window.
Read-only property NetworkLayer The network layer by index.
Read-only property NetworkLayerCount The number of network layers.
Read/write property ShowAnalysisMessagesAfterSolve The types of messages that are displayed after solving.
Read/write property ZoomToResultAfterSolve Indicates if the window should zoom the map to show results after solving.

CoClasses that implement INetworkAnalystExtension

CoClasses and Classes Description
NetworkAnalystExtension The extension for network analysis.

Remarks

The INetworkAnalystExtension interface is the main interface for the NetworkAnalystExtension ArcMap extension used to access the NetworkLayers and the NAWindow which contains NALayers.

There are methods to get

.NET Snippets

Statements - Get Network Analyst Extension | Get NAWindow2 | Get Active Analysis Layer | Get Current Network Layer | Get Network Analyst Extension | Statements - Get Active Analysis Layer | Statements - Get NAWindow |

.NET Samples

Add a traversal result to the map (Code Files: AddTraversalResultsToMap) | Export any network analysis class to a text file (Code Files: NAClassToTextfileCmd) | Load network layer from active analysis to the table of contents (Code Files: LoadNetworkLayerFromActiveAnalysisToTOC) | Network Analyst barrier location editor (Code Files: NABarrierLocationEditor) | Subset network evaluators (Code Files: AddSubsetAttributesCommand AutoUpdateNetworkElementArrayParametersCommand RemoveSubsetAttributesCommand SubsetHelperUI) | Using the traversal result to select source features (Code Files: SelectFeaturesTool) |

.NET Related Topics

How to load data into a network analysis problem | NetworkAnalystUI |