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


IRouteLocation Interface (ArcObjects .NET 10.5 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

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
RouteMeasureLineLocation A route measure line location.
RouteMeasurePointLocation A route measure point location.

Remarks

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

.NET Related Topics

Location