ESRI.ArcGIS.Mobile
Scale Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WPF Namespace > Map Class : Scale Property

Gets or sets the current scale of the map.

Syntax

Visual Basic (Declaration) 
Public Property Scale As Double
C# 
public double Scale {get; set;}

Remarks

The scale is a double value. For example, 1.0 means 1:1 scale, and 0.001 means a 1:1000 scale, and so on.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also