This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.MapScale Property (ArcObjects .NET 10.4 SDK) |
The scale of the map as a representative fraction.
[Visual Basic .NET] Public Property MapScale As Double
[C#] public double MapScale {get; set;}
[C++]
HRESULT get_MapScale(
double* scaleRF
);
[C++]
HRESULT put_MapScale(
double scaleRF
);
[C++]
Parameters scaleRF [out, retval] scaleRF is a parameter of type double scaleRF [in] scaleRF is a parameter of type double