|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACValueMapRenderer Interface > IACValueMapRenderer.Add Method (ArcObjects .NET 10.5 SDK) | 
Adds a value and corresponding symbol to the list.
[Visual Basic .NET] Public Sub Add ( _ ByVal Symbol As IACSymbol, _ ByVal range As acRangeType, _ ByVal Value As String, _ ByVal Label As String, _ ByVal Lower As String, _ ByVal Upper As String _ )
[C#] public void Add ( IACSymbol Symbol, acRangeType range, string Value, string Label, string Lower, string Upper );
[C++]
HRESULT Add(
  IACSymbol* Symbol,
  acRangeType range,
  BSTR Value,
  BSTR Label,
  BSTR Lower,
  BSTR Upper
);
[C++]
Parameters Symbol [in]
Symbol is a parameter of type IACSymbol range [in]
range is a parameter of type acRangeType Value [in] Value is a parameter of type BSTR Label [in] Label is a parameter of type BSTR Lower [in] Lower is a parameter of type BSTR Upper [in] Upper is a parameter of type BSTR