ESRI.ArcGIS.ADF.Web
Bounds Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > ValueRange<T> Class : Bounds Property




The setting for whether a match occurs for the ValueRange if the value equals the MinValue or MaxValue.

Syntax

Visual Basic (Declaration) 
Public Property Bounds As RangeBounds
Visual Basic (Usage)Copy Code
Dim instance As ValueRange(Of T)
Dim value As RangeBounds
 
instance.Bounds = value
 
value = instance.Bounds
C# 
public RangeBounds Bounds {get; set;}

Remarks

This property is relevant when a feature's value exactly matches either the MinValue or MaxValue of the ValueRange. The values of RangeBounds and their effect on matches to the ValueRange are:

  • None: the tested value must be between MinValue and MaxValue, and cannot equal either one.
  • Lower: the tested value may equal the MinValue, or may be between MinValue and MaxValue.
  • Upper: the tested value may equal the MaxValue, or may be between MinValue and MaxValue.
  • All: the tested value must be between MinValue and MaxValue, or may equal either one.

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.