ESRI.ArcGIS.ADF.IMS
ValueField Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > ValueMapRenderer Class : ValueField Property




Lookup field in the database used to determine what symbology to display.

Syntax

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

Example

For an example of using this property, see the ValueMapRenderer() constructor .

Remarks

This is the field in the map layer's attributes that is used to find which ValueRange or UniqueValue to assign each feature to.

See Also

© 2010 All Rights Reserved.