ESRI.ArcGIS.ADF.Web
StringValue Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace : StringValue Class




A class that represents a string used in a ValueMapRenderer.

Object Model

StringValue Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class StringValue 
   Inherits ESRI.ArcGIS.ADF.Web.Display.Renderer.Value(Of String)
   Implements IJsonSerializable 
Visual Basic (Usage)Copy Code
Dim instance As StringValue

Remarks

A ValueMapRenderer assigns features in a layer to the classes in the renderer, based on the value in an attribute of each feature. These classes may be defined by a collection of StringValue objects. Each StringValue contains a string, stored in the ComparisonString property. If the ComparisonMethod is IsExact, then features are assigned to the StringValue's class only if the feature's attribute matches the ComparisonString exactly, including case. If the ComparisonMethod is IsContained, then the feature's attribute only needs to contain the ComparisonString within its attribute value.

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.