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


IACValueMapRenderer.Add Method (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 > IACValueMapRenderer.Add Method
ArcGIS Developer Help

IACValueMapRenderer.Add Method

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

Product Availability

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

See Also

IACValueMapRenderer Interface