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

Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class UniqueValue(Of T As IComparable(Of T)) Inherits Value(Of T) Implements IJsonSerializable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UniqueValue(Of T) |
C# | |
---|---|
[SerializableAttribute()] public class UniqueValue<T> : Value<T>, IJsonSerializable where T: IComparable<T> |
- T
- The type of the value for the UniqueValue.
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.
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