ESRI.ArcGIS.ADF.IMS
ValueMapRenderer Constructor(String,FeatureSymbol,String)
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > ValueMapRenderer Class > ValueMapRenderer Constructor : ValueMapRenderer Constructor(String,FeatureSymbol,String)




defaultLabel
defaultSymbol
valueField
Constructs a ValueMapRenderer.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal defaultLabel As String, _
   ByVal defaultSymbol As FeatureSymbol, _
   ByVal valueField As String _
)
Visual Basic (Usage)Copy Code
Dim defaultLabel As String
Dim defaultSymbol As FeatureSymbol
Dim valueField As String
 
Dim instance As New ValueMapRenderer(defaultLabel, defaultSymbol, valueField)
C# 
public ValueMapRenderer( 
   string defaultLabel,
   FeatureSymbol defaultSymbol,
   string valueField
)

Parameters

defaultLabel
defaultSymbol
valueField

Example

For an example of using this class, see the ValueMapRenderer() constructor .

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.