This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocation2 Interface > IRouteLocation2.MDirectionOffsetting Property (ArcObjects .NET 10.4 SDK) |
Indicates if the offset should based on the M direction or the digitized direction.
[Visual Basic .NET] Public Property MDirectionOffsetting As Boolean
[C#] public bool MDirectionOffsetting {get; set;}
[C++]
HRESULT get_MDirectionOffsetting(
VARIANT_BOOL* Value
);
[C++]
HRESULT put_MDirectionOffsetting(
VARIANT_BOOL Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type VARIANT_BOOL Value [in] Value is a parameter of type VARIANT_BOOL