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


INAServerNetworkDescription2.NetworkDirections Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkDescription2 Interface > INAServerNetworkDescription2.NetworkDirections Property
ArcGIS Developer Help

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