This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocation Interface > IRouteLocation.LateralOffset Property (ArcObjects .NET 10.4 SDK) |
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(
double Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type double Value [in] Value is a parameter of type double
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.