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


IScaleFormat.CalcMapUnitValue Method (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.CalcMapUnitValue Method
ArcGIS Developer Help

IScaleFormat.CalcMapUnitValue Method

Calculate the number of map units corresponding to the specified page units at the given absolute scale.

[Visual Basic .NET]
Public Function CalcMapUnitValue ( _
    ByVal absoluteScale As Double _
) As Double
[C#]
public double CalcMapUnitValue (
    double absoluteScale
);
[C++]
HRESULT CalcMapUnitValue(
  double absoluteScale
);
[C++]
Parameters
absoluteScale [in]

absoluteScale is a parameter of type double

Product Availability

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

See Also

IScaleFormat Interface