ArcObjects Library Reference (Location)  

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(
  double Value
);
[C++]

Parameters

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

.NET Related Topics

Location