This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IScaleFormat Interface > IScaleFormat.PageUnitValue Property (ArcObjects .NET 10.4 SDK) |
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