ESRI.ArcGIS.ADF.IMS
RangeBounds Enumeration
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace : RangeBounds Enumeration




Defines the upper and lower bounds of each range.

Syntax

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

Members

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

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.