ESRI.ArcGIS.ADF.IMS
Value Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > UniqueValue Class : Value Property




Gets or sets the value.

Syntax

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

Example

For an example of using this property, see the UniqueValue constructor .

Remarks

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.

See Also

© 2010 All Rights Reserved.