ESRI.ArcGIS.ADF.Web
RangeBounds Enumeration
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace : RangeBounds Enumeration




Defines the upper and lower bounds of each range.

Syntax

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

Members

MemberDescription
All The bounds are all inclusive.
Upper The upper bound is inclusive, but the lower is not.
Lower The lower bound is inclusive, but the upper is not.
None The bounds are not inclusive.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Web.Display.Renderer.RangeBounds

See Also

© 2010 All Rights Reserved.