ESRI.ArcGIS.ADF.Web
ValueColumnName Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > Generic ValueMapRenderer Class : ValueColumnName Property




Lookup column name in the data table used to determine what symbology to display.

Syntax

Visual Basic (Declaration) 
Public Property ValueColumnName As String
Visual Basic (Usage)Copy Code
Dim instance As ValueMapRenderer(Of T)
Dim value As String
 
instance.ValueColumnName = value
 
value = instance.ValueColumnName
C# 
public string ValueColumnName {get; set;}

Remarks

The ValueColumnName must match the name of a column in the table of the FeatureGraphicsLayer. This column contains a value for each feature that is looked up in the Values collection of the renderer. If the value is found, the symbol of the Value is used to display the graphic feature. If not found, the Generic ValueMapRenderer.DefaultSymbol is used (if set).

See Also

© 2010 All Rights Reserved.