This document is archived and information here might be outdated.  Recommended version.


IACValueMapRenderer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACValueMapRenderer Interface
ArcGIS Developer Help

IACValueMapRenderer Interface

Provides access to members that control ArcIMS value map renderer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Add Adds a value and corresponding symbol to the list.
Method Clear Clears all values.
Read-only property Count Number of unique values used to categorize the data.
Read/write property Label Label for the specified value.
Read/write property LookupField Field name that is used to categorize features.
Read/write property Lower The lower value of the range.
Read/write property RangeType The type of categorization for the values within the specified field.
Method Remove Removes a value.
Read/write property Symbol Symbol associated with the specified value.
Read/write property Upper The upper value of the range.
Read/write property Value The unique value for the specified field.

Classes that implement IACValueMapRenderer

Classes Description
ACValueMapLabelRenderer ArcIMS Value Map Label Renderer.
ACValueMapRenderer ArcIMS Value Map Renderer.