ESRI.ArcGIS.ADF.Web
ValueColumnName2 Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > UniqueValueRenderer Class : ValueColumnName2 Property




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

Syntax

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

Remarks

The ValueColumnName2 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 Generic ValueCollection of the renderer, by splitting the UniqueValue's Value based on the ValueDelimiter. If the values match for this column and the one specified in ValueColumnName (and ValueColumnName3, if set), the symbol of the Value is used to display the graphic feature. If not found, the DefaultSymbol is used (if set).

See Also

© 2010 All Rights Reserved.