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




A class that represents an exact value used in a ValueMapRenderer.

Object Model


Syntax

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

Type Parameters

T
The type of the value for the UniqueValue.

Remarks

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

UniqueValue is a subclass of Value used for assigning features to classes (groups) for symbolizing based on single, unique values, one per class.

The type (T) must be String to be used with UniqueValueRenderer.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.Display.Renderer.Value<T>
      ESRI.ArcGIS.ADF.Web.Display.Renderer.UniqueValue

See Also

© 2010 All Rights Reserved.