ESRI.ArcGIS.ADF.IMS
Scale Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace > MapView Class : Scale Property




Gets the scale of the current MapView.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Scale As Double
Visual Basic (Usage)Copy Code
Dim instance As MapView
Dim value As Double
 
value = instance.Scale
C# 
public double Scale {get;}

Remarks

This is a read-only expression of the current scale of the map. This scale expresses the number of map units per pixel. The scale is based on the current Extent, along with the Width of the map in pixels (in the ImageDescriptor property of the MapView).

This is not the same as a relative (RF) scale, such as 1:100000. For a discussion of these scales and transforming between them, see the remarks for Layer.MaxScale.

Requirements

Target 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

© 2011 All Rights Reserved.