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




Delimiter that separates column values when more than one column is used.

Syntax

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

Remarks

This property must be set when multiple columns are being compared in the UniqueValueRenderer, i.e., when ValueColumnName2 is set. The string value specified should not occur in any value in any of the value columns of the features to be rendered. If the delimiter value does occur, the column values may not be split correctly for comparison with the renderer's Values.

See Also

© 2010 All Rights Reserved.