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


IRouteEventProperties2.MDirectionOffsetting Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRouteEventProperties2 Interface > IRouteEventProperties2.MDirectionOffsetting Property
ArcGIS Developer Help

IRouteEventProperties2.MDirectionOffsetting Property

Indicates if the offset should based onthe 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(
  Boolean* Value
);
[C++]
Parameters
Value [in]

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

Product Availability

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

See Also

IRouteEventProperties2 Interface