This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocation Interface > IRouteLocation.RouteID Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval] rid is a parameter of type VARIANT rid [in] rid is a parameter of type VARIANT
The RouteID property defines the route identifier on which the route measure location exists.