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


IRouteLocation.RouteID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocation Interface > IRouteLocation.RouteID Property
ArcGIS Developer Help

IRouteLocation.RouteID Property

The route identifier (string, integer or double).

[Visual Basic .NET]
Public Property RouteID As Object
[C#]
public object RouteID {get; set;}
[C++]
HRESULT get_RouteID(
  VARIANT rid
);
[C++]
HRESULT put_RouteID(
  Variant* rid
);
[C++]
Parameters
rid [in]

rid is a parameter of type VARIANT rid [out, retval]
rid is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The RouteID property defines the route identifier on which the route measure location exists. 

See Also

IRouteLocation Interface