| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property Scale As Double | |
| C# | |
|---|---|
public virtual double Scale {get;} | |
Return Value
Scale of map expressed as a decimal fraction.The scale of the map depends on the map Extent, the map size in pixels, and the resolution of the user's display. The resolution by default is assumed to be 96 pixels (dots) per inch (DPI). Displays are often set to other DPI values, which can cause the Scale property to be incorrect.
Target Platforms:Windows XP Professional, Windows Server 2003 family