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


ITinUniqueValueRenderer.AddValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinUniqueValueRenderer Interface > ITinUniqueValueRenderer.AddValue Method
ArcGIS Developer Help

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