This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirections Interface > INAStreetDirections.Direction Property (ArcObjects .NET 10.4 SDK) |
The direction item by index.
[Visual Basic .NET] Public Function get_Direction ( _ ByVal Index As Integer _ ) As INAStreetDirection
[C#] public INAStreetDirection get_Direction ( int Index );
[C++]
HRESULT get_Direction(
long Index,
INAStreetDirection** Direction
);
[C++]
Parameters Index [in] Index is a parameter of type long Direction [out, retval]
Direction is a parameter of type INAStreetDirection
Direction returns the NAStreetDirection object for the index specified. This corresponds to one step in the street directions.