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




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

Object Model

UniqueValue<T> Class

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<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.

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.