ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirectionsContainer.Directions Property

The route directions by index.

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

Parameters

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

  Directions is a parameter of type INAStreetDirections

Product Availability

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

Remarks

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

See Also

INAStreetDirectionsContainer Interface