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


IRouteLocation Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocation Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Location)  

IRouteLocation Interface

Provides access to route location properites. Note: the IRouteLocation interface has been superseded byIRouteLocation2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Read/write property LateralOffset The route location's lateral offset (default 0.0).
Read/write property MeasureUnit The route location's measure units.
Read/write property RouteID The route identifier (string, integer or double).

CoClasses that implement IRouteLocation

CoClasses and Classes Description

Remarks

The IRouteLocation interface allows you to set the properties of the route measure location. 

.NET Related Topics

Location