T
The type of value.
ESRI.ArcGIS.ADF.Web
Generic Value Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace : Generic Value Class




An object that can be added to a ValueCollection.

Object Model


Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public MustInherit Class Value(Of T As IComparable(Of T)) 
   Implements IJsonSerializable 
Visual Basic (Usage)Copy Code
Dim instance As Value(Of T)
C# 
[SerializableAttribute()]
public abstract class Value<T> : IJsonSerializable  where T: IComparable(Of T)

Type Parameters

T
The type of value.

Remarks

Value is an abstract class extended by classes that are used for a ValueMapRenderer or a UniqueValueRenderer. These complex renderers assign features in a layer to the classes (groups) in the renderer, based on the value in an attribute of each feature. Each class (group) is symbolized in a different way in the renderer.

Value is extended by three types:

IJsonSerializable only supported for int32, int16, double, float and string values and symbols that support IClientSymbol. Others will throw an exception.

Inheritance Hierarchy

See Also

© 2010 All Rights Reserved.