ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirections.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(
  BSTR* 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.  This is retrieved from the name field of the corresponding route feature in the Routes or CFRoutes network analysis class. 

See Also

INACompactStreetDirections Interface