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


IRouteLocation.LateralOffset 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.LateralOffset Property
ArcGIS Developer Help

IRouteLocation.LateralOffset Property

The route location's lateral offset (default 0.0).

[Visual Basic .NET]
Public Property LateralOffset As Double
[C#]
public double LateralOffset {get; set;}
[C++]
HRESULT get_LateralOffset(
  double Value
);
[C++]
HRESULT put_LateralOffset(
  System.Double* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type double Value [out, retval]
Value is a parameter of type double*

Product Availability

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

Remarks

The LateralOffset property is the lateral offset of the route measure location from the route. Whether this offset is to the left or right of the route depends IRouteLocation2::MDirectionOffsetting property.

See Also

IRouteLocation Interface