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


IScaleFormat.MapUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IScaleFormat.MapUnits Property

The map units used to display a scale, i.e., the 'miles' in 1 inch=5 miles.

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

IScaleFormat Interface