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


IMapImage.MapScale Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapImage.MapScale Property

The scale of the generated map image.

[Visual Basic .NET]
Public ReadOnly Property MapScale As Double
[C#]
public double MapScale {get;}
[C++]
HRESULT get_MapScale(
  double* MapScale
);
[C++]

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

Product Availability

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

See Also

IMapImage Interface