This document is archived and information here might be outdated.  Recommended version.


INAServer2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServer2 Interface
ArcGIS Developer Help

INAServer2 Interface

Deprecated as of 10.0. Provides access to methods that perform network analysis in a stateless environment within a MapServer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Members

Name Description
Method GetNALayerNames Array of network analysis layers of a particular analysis type.
Method GetNetworkDescription Description of the network dataset associated with the specified network analysis layer.
Method GetSolverParameters Default solver parameters for the specified network analysis layer.
Method GetSolverParameters2 Default solver parameters for the specified network analysis layer.
Method Solve Perform network analysis based on the input solve parameters.

Inherited Interfaces

Interfaces Description
INAServer Deprecated as of 10.0. Provides access to methods that perform network analysis in a stateless environment within a MapServer.

Classes that implement INAServer2

Classes Description
NAServer Deprecated as of 10.0. A MapServer object extension for performing network analysis within a stateless environment.
NAServerIP Deprecated as of 10.0. NAServer Proxy for IP Messages.
NAServerLP Deprecated as of 10.0. NAServer Proxy for LAN messages.

Remarks

At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.

INAServer2 is the main interface on the NAServer object. It provides methods to perform network analysis in a stateless manner on a server.

INAServer2 provides a method that returns default analysis settings and, optionally, content of NAClasses present in the analysis layer by default or loaded from a layer stored on a server.