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