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


IDENetworkDataset.Directions Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDENetworkDataset.Directions Property

The driving directions settings for the network dataset.

[Visual Basic .NET]
Public Property Directions As INetworkDirections
[C#]
public INetworkDirections Directions {get; set;}
[C++]
HRESULT get_Directions(
  INetworkDirections** Directions
);
[C++]
HRESULT putref_Directions(
  INetworkDirections* Directions
);
[C++]

Parameters Directions [out, retval]
Directions is a parameter of type INetworkDirections Directions [in]
Directions is a parameter of type INetworkDirections

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The Directions property is used to specify or return the Directions for the network dataset. The network dataset must have certain parameters in order to specify directions:

See Also

IDENetworkDataset Interface