ArcObjects Library Reference (Location)  

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 [out, retval]   rid is a parameter of type VARIANT rid [in]   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

.NET Related Topics

Location