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


IMapServer2.ComputeScale Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMapServer2.ComputeScale Method

Computes the scale of the specified map, at the given map extent, for an image with the given size.

[Visual Basic .NET]
Public Function ComputeScale ( _
    ByVal mapDesc As IMapDescription, _
    ByVal mapDisplay As IImageDisplay _
) As Double
[C#]
public double ComputeScale (
    IMapDescription mapDesc,
    IImageDisplay mapDisplay
);
[C++]
HRESULT ComputeScale(
  IMapDescription* mapDesc,
  IImageDisplay* mapDisplay
);
[C++]

Parameters mapDesc [in]
mapDesc is a parameter of type IMapDescription* mapDisplay [in]
mapDisplay is a parameter of type IImageDisplay*

Product Availability

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

See Also

IMapServer2 Interface