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


IEngineNetworkAnalystHelper.GetDirections Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNetworkAnalystHelper Interface > IEngineNetworkAnalystHelper.GetDirections Method
ArcGIS Developer Help

IEngineNetworkAnalystHelper.GetDirections Method

Get directions after solving.

[Visual Basic .NET]
Public Function GetDirections ( _
) As INAStreetDirectionsContainer
[C#]
public INAStreetDirectionsContainer GetDirections (
);
[C++]
HRESULT GetDirections(
void
);

Product Availability

Available with ArcGIS Engine.

Description

Use the GetDirections method after using the Solve method to return directions contents in XML format. Using GetDirections before the Solve method will return nothing.

See Also

IEngineNetworkAnalystHelper Interface