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


IPaper.Units Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPaper Interface > IPaper.Units Property
ArcGIS Developer Help

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