![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
ValueColumnName2 Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > UniqueValueRenderer Class : ValueColumnName2 Property |
Visual Basic (Declaration) | |
---|---|
Public Property ValueColumnName2 As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UniqueValueRenderer Dim value As String instance.ValueColumnName2 = value value = instance.ValueColumnName2 |
C# | |
---|---|
public string ValueColumnName2 {get; set;} |
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 ValueCollection<T> 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).
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