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


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

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
);
[C++]
Parameters
NALayerName [in]

NALayerName is a parameter of type BSTR

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