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


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

INACompactStreetDirections.RouteID Property

The route ID for the directions.

[Visual Basic .NET]
Public ReadOnly Property RouteID As Integer
[C#]
public int RouteID {get;}
[C++]
HRESULT get_RouteID(
  System.Int32* ID
);
[C++]
Parameters
ID [out, retval]

ID is a parameter of type long*

Product Availability

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

Remarks

RouteID returns the ObjectID of the corresponding route feature in the Routes or CFRoutes network analysis class. 

See Also

INACompactStreetDirections Interface