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


IRouteLocation.MeasureUnit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocation Interface > IRouteLocation.MeasureUnit Property
ArcGIS Developer Help

IRouteLocation.MeasureUnit Property

The route location's measure units.

[Visual Basic .NET]
Public Property MeasureUnit As esriUnits
[C#]
public esriUnits MeasureUnit {get; set;}
[C++]
HRESULT get_MeasureUnit(
  esriUnits units
);
[C++]
HRESULT put_MeasureUnit(
  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.

Remarks

The MeasureUnit property is the unit of measurement for the route measure location. 

See Also

IRouteLocation Interface