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




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

Object Model


Syntax

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

Example

For an example of using LabelValueRange, see the ValueMapLabelRenderer() constructor .

Remarks

This class is used for labeling features. Each LabelValueRange represents a group of features labeled the same way. When rendering, the server compares the values in the lookup field in the ValueMapLabelRenderer with the MinValue and MaxValue of the LabelValueRange. If a feature's attribute value in the lookup field falls within the ranges, then the feature is rendered using the LabelValueRange's symbol.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Display.Renderer.LabelValue
      ESRI.ArcGIS.ADF.IMS.Display.Renderer.LabelValueRange

See Also

© 2010 All Rights Reserved.