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


IScaleFormat.PageUnitValue 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.PageUnitValue Property
ArcGIS Developer Help

IScaleFormat.PageUnitValue Property

The number preceding the page units in a scale, i.e., the '1' in 1 inch = 5 miles.

[Visual Basic .NET]
Public Property PageUnitValue As Double
[C#]
public double PageUnitValue {get; set;}
[C++]
HRESULT get_PageUnitValue(
  double Value
);
[C++]
HRESULT put_PageUnitValue(
  System.Double* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type double Value [out, retval]
Value is a parameter of type double*

Product Availability

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

See Also

IScaleFormat Interface