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


INetworkSource.NetworkSourceDirections Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkSource Interface > INetworkSource.NetworkSourceDirections Property
ArcGIS Developer Help

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