ArcObjects Library Reference (Carto)  

IMapDescriptor.MapScale Property

The scale of the map.

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

Parameters

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

Product Availability

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

See Also

IMapDescriptor Interface