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




A class that represents a string used in a ValueMapRenderer.

Object Model


Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class StringValue 
   Inherits Value(Of String)
   Implements IJsonSerializable 
Visual Basic (Usage)Copy Code
Dim instance As StringValue
C# 
[SerializableAttribute()]
public class StringValue : Value<string>, IJsonSerializable  

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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.Display.Renderer.Value<String>
      ESRI.ArcGIS.ADF.Web.Display.Renderer.StringValue

See Also

© 2010 All Rights Reserved.