ArcObjects Library Reference (NetworkAnalyst)  

INAServer.GetNetworkDescription Method

Description of the network dataset associated with the specified network analysis layer.

[Visual Basic .NET]
Public Function GetNetworkDescription ( _
    ByVal NALayerName As String _
) As INAServerNetworkDescription
[C#]
public INAServerNetworkDescription GetNetworkDescription (
    string NALayerName
);
[C++]
HRESULT GetNetworkDescription(
  BSTR NALayerName,
  INAServerNetworkDescription** NetworkDescription
);
[C++]

Parameters

NALayerName [in]   NALayerName is a parameter of type BSTR NetworkDescription [out, retval]

  NetworkDescription is a parameter of type INAServerNetworkDescription

Product Availability

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

Remarks

GetNetworkDescription returns an NAServerNetworkDescription object that allows you to retrieve things like the name of the network dataset as well as the sources and attributes within the network dataset.

See Also

INAServer Interface

.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) |