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


IScaleText2.PageUnits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IScaleText2.PageUnits Property

Page units of the scale text. Style must be set to custom.

[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 [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

IScaleText2 Interface