ArcObjects Library Reference (Carto)  

ITinUniqueValueRenderer.AddValue Method

Adds a value and a symbol to the list of categories, for multivariate Values, value is a comma separated list of values.

[Visual Basic .NET]
Public Sub AddValue ( _
    ByVal Value As String, _
    ByVal Heading As String, _
    ByVal Symbol As ISymbol _
)
[C#]
public void AddValue (
    string Value,
    string Heading,
    ISymbol Symbol
);
[C++]
HRESULT AddValue(
  BSTR Value,
  BSTR Heading,
  ISymbol* Symbol
);
[C++]

Parameters

Value [in]   Value is a parameter of type BSTR Heading [in]   Heading is a parameter of type BSTR Symbol [in]

  Symbol is a parameter of type ISymbol

Product Availability

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

See Also

ITinUniqueValueRenderer Interface