ESRI.ArcGIS.ADF.IMS
ScaleBarMode Enumeration
See Also 
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace : ScaleBarMode Enumeration




Determines the mode for calculating length of the scalebar.

Syntax

Visual Basic (Declaration) 
Public Enum ScaleBarMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ScaleBarMode
C# 
public enum ScaleBarMode : Enum 

Members

MemberDescription
Cartesian For ImageServices, the scale bar is calculated the same way for all points on the globe. The reference calculation is made at the equator.
Geodesic For ImageServices, the position on the globe is taken into account when calculating the length of the scale bar.

Remarks

Not used with ArcMap Server.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.IMS.Display.AcetateElement.ScaleBarMode

See Also

© 2010 All Rights Reserved.