ArcObjects Library Reference  (NetworkAnalyst)    

INAServer.GetNetworkDescription Method

Network Dataset DataElement.

[Visual Basic 6.0]
Function GetNetworkDescription(
    ByVal NALayerName As String _
) As INAServerNetworkDescription
[Visual Basic .NET]
Public Function GetNetworkDescription ( _
    ByVal NALayerName As String _
) As INAServerNetworkDescription
[C#]
public INAServerNetworkDescription GetNetworkDescription (
    string NALayerName
);
[Java]
public INAServerNetworkDescription getNetworkDescription (
    String NALayerName
)
throws
    IOException,
    AutomationException
[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