ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkDescription Interface

Provides access to properties that describe the network dataset.

Product Availability

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

Members

Description
Read-only property Name Name of the Network Dataset.
Read-only property NetworkAttributes Array of descriptions of network attributes in the network dataset.
Read-only property NetworkSources Array of descriptions of network sources in the network dataset.

CoClasses that implement INAServerNetworkDescription

CoClasses and Classes Description
NAServerNetworkDescription A container for network description.

Remarks

INAServerNetworkDescription has been superseded by INAServerNetworkDescription2.

.NET Samples

Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) | Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) |