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


IARPageLayout.PageUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARPageLayout Interface > IARPageLayout.PageUnits Property
ArcGIS Developer Help

IARPageLayout.PageUnits Property

The units of the page and all associated coordinates.

[Visual Basic .NET]
Public Property PageUnits As esriARUnits
[C#]
public esriARUnits PageUnits {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The ARPageLayout's page units. Any coordinates returned from the GetExtent and ToPagePoint methods will be in PageUnits. Likewise the coordinates passed into the SetExtent and CenterAt methods need to be in PageUnits.

Errors Returned

2119 800A0847: The page units are invalid

See Also

IARPageLayout Interface