This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNetworkAnalystEnvironment Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the network analyst extension.
The IEngineNetworkAnalystEnvironment interface is the main interface on the EngineNetworkAnalystEnvironment singleton object and used to access the INetworkLayer objects and the NAWindow.
Description | ||
---|---|---|
CurrentNetworkLayer | The current network layer. | |
NAWindow | The network analysis window. | |
NetworkLayer | The network layer by index. | |
NetworkLayerCount | The number of network layers. | |
ShowAnalysisMessagesAfterSolve | The types of messages that are displayed after solving. | |
ZoomToResultAfterSolve | Indicates if the window should zoom the map to show results after solving. |
CoClasses and Classes | Description |
---|---|
EngineNetworkAnalystEnvironment | A singleton object representing Engine Network Analyst environment. |
System.Type t=System.Type.GetTypeFromProgID("esriControls.EngineNetworkAnalystEnvironment");
var naEnv=System.Activator.CreateInstance(t) as IEngineNetworkAnalystEnvironment;