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


IScaleFormat.CalcMapUnitValue Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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,
  double* mapUnitValue
);
[C++]

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

Product Availability

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

See Also

IScaleFormat Interface