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


IScaleFormat.PageUnitValue Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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(
  double Value
);
[C++]

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

Product Availability

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

See Also

IScaleFormat Interface