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


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

IRouteEventProperties.EventMeasureUnit Property

The units of the event measure(s).

[Visual Basic .NET]
Public Property EventMeasureUnit As esriUnits
[C#]
public esriUnits EventMeasureUnit {get; set;}
[C++]
HRESULT get_EventMeasureUnit(
  esriUnits Units
);
[C++]
HRESULT put_EventMeasureUnit(
  esriUnits* Units
);
[C++]
Parameters
Units [in]

Units is a parameter of type esriUnits Units [out, retval]
Units is a parameter of type esriUnits*

Product Availability

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

See Also

IRouteEventProperties Interface