ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkDescription2.NetworkDirections Property

Description of the directions configured for the network dataset.

[Visual Basic .NET]
Public ReadOnly Property NetworkDirections As INAServerNetworkDirections
[C#]
public INAServerNetworkDirections NetworkDirections {get;}
[C++]
HRESULT get_NetworkDirections(
  INAServerNetworkDirections** NetworkDirections
);
[C++]

Parameters

NetworkDirections [out, retval]

  NetworkDirections is a parameter of type INAServerNetworkDirections

Product Availability

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

Remarks

NetworkDirections returns an instance of NAServerNetworkDirections class that contains lists of available directions styles and supported languages.

See Also

INAServerNetworkDescription2 Interface