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


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

INAStreetDirections.RouteName Property

The route name for the directions.

[Visual Basic .NET]
Public ReadOnly Property RouteName As String
[C#]
public string RouteName {get;}
[C++]
HRESULT get_RouteName(
  System.String* Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR*

Product Availability

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

Remarks

RouteName returns the name of the route.

See Also

INAStreetDirections Interface