![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
Value Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > UniqueValue Class : Value Property |
Visual Basic (Declaration) | |
---|---|
Public Property Value As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UniqueValue Dim value As String instance.Value = value value = instance.Value |
C# | |
---|---|
public string Value {get; set;} |
This value is compared to each feature's value as specified by the ValueField in the ValueMapRenderer. If the feature's value matches (or is contained in it, if ComparisonMethod is set to IsContained), then the feature is rendered with the symbol in the UniqueValue.
Multiple values can be grouped together in one Value. The default separator for the map service must be used between values. This value is found in the TupleSeparator property of the Environment, which is accessible as a property of the MapService. If the configuration file for the map service does not include the tuple separator (ts) attribute in the SEPARATORS tag within the ENVIRONMENT tag, the default value will be a semicolon.
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