ArcObjects Library Reference (Carto)  

ICenterAndScale.MapScale Property

The map scale.

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

Parameters

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

Product Availability

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

See Also

ICenterAndScale Interface