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


IMapImage.MapScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapImage Interface > IMapImage.MapScale Property
ArcGIS Developer Help

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(
  System.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