ESRI.ArcGIS.ADF.Web
UniqueValue Constructor(T)
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > Generic UniqueValue Class > UniqueValue Constructor : UniqueValue 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 UniqueValue(Of T)(uniqueValue)
C# 
public Generic UniqueValue( 
   T uniqueValue
)

Parameters

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

See Also

© 2010 All Rights Reserved.