ArcObjects Library Reference (GeoDatabase)  

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 [out, retval]

  Units is a parameter of type esriUnits

Units [in]

  Units is a parameter of type esriUnits

Product Availability

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

See Also

IRouteEventProperties Interface

.NET Related Topics

Location