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




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

Object Model

LabelValueRange Class

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.

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.