ESRI.ArcGIS.ADF.IMS
Scale Property
See Also 
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.

See Also

© 2010 All Rights Reserved.