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


IScaleFormat.PageUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IScaleFormat Interface > IScaleFormat.PageUnits Property
ArcGIS Developer Help

IScaleFormat.PageUnits Property

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

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

IScaleFormat Interface