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




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

Object Model


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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Display.Renderer.Value
      ESRI.ArcGIS.ADF.IMS.Display.Renderer.ValueRange

See Also

© 2010 All Rights Reserved.