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


IPaper.Units Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IPaper.Units Property

The units used by the other properties.

[Visual Basic .NET]
Public ReadOnly Property Units As esriUnits
[C#]
public esriUnits Units {get;}
[C++]
HRESULT get_Units(
  esriUnits* Units
);
[C++]

Parameters Units [out, retval]
Units is a parameter of type esriUnits

Product Availability

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

See Also

IPaper Interface