ESRI.ArcGIS.ADF.Web
UniqueValue<T> Constructor(T)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > UniqueValue<T> Class > UniqueValue<T> Constructor : UniqueValue<T> Constructor(T)




uniqueValue
The value to be used to assign features to the renderer class.
Constructs a UniqueValue object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal uniqueValue As T _
)
Visual Basic (Usage)Copy Code
Dim uniqueValue As T
 
Dim instance As New UniqueValue(Of T)(uniqueValue)
C# 
public UniqueValue<T>( 
   T uniqueValue
)

Parameters

uniqueValue
The value to be used to assign features to the renderer class.

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.