ESRI.ArcGIS.ADF.IMS
ValueRange Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace : ValueRange Class




A class that represents a range of values used in a ValueMapRenderer.

Object Model

ValueRange Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class ValueRange 
   Inherits Value
Visual Basic (Usage)Copy Code
Dim instance As ValueRange
C# 
[SerializableAttribute()]
public class ValueRange : Value 

Example

For an example of using value ranges, see the ValueMapRenderer() constructor .

Remarks

Each ValueRange object defines the way a set of features may be rendered. The minimum (MinValue) and maximum (MaxValue) value are compared to each feature's attribute value, and if the value falls within the range specified, the feature is rendered according to the Symbol for the ValueRange. If no features are found within the ValueRange's bounds, then the symbol will not be used.

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.