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


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

INACompactStreetDirectionsContainer.Directions Property

The route directions by index.

[Visual Basic .NET]
Public Function get_Directions ( _
    ByVal Index As Integer _
) As INACompactStreetDirections
[C#]
public INACompactStreetDirections get_Directions (
    int Index
);
[C++]
HRESULT get_Directions(
  long Index,
  INACompactStreetDirections** Directions
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Directions [out, retval]
Directions is a parameter of type INACompactStreetDirections**

Product Availability

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

Remarks

Directions returns the NACompactStreetDirections object at the particular index passed in.

See Also

INACompactStreetDirectionsContainer Interface