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


INetworkSource.NetworkSourceDirections Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkSource.NetworkSourceDirections Property

The driving directions settings for this network source.

[Visual Basic .NET]
Public Property NetworkSourceDirections As INetworkSourceDirections
[C#]
public INetworkSourceDirections NetworkSourceDirections {get; set;}
[C++]
HRESULT get_NetworkSourceDirections(
  INetworkSourceDirections** sourceDirections
);
[C++]
HRESULT putref_NetworkSourceDirections(
  INetworkSourceDirections* sourceDirections
);
[C++]

Parameters sourceDirections [out, retval]
sourceDirections is a parameter of type INetworkSourceDirections sourceDirections [in]
sourceDirections is a parameter of type INetworkSourceDirections

Product Availability

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

Remarks

The NetworkSourceDirections property specifies the information needed to generate driving directions when reporting routes traversing elements from this NetworkSource.

See Also

INetworkSource Interface