ArcObjects Library Reference (TrackingAnalyst)  

IUniqueValueTextRenderer.AddValue Method

Adds a value and correstonding symbol to the list.

[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. Requires Tracking Analyst Extension.

See Also

IUniqueValueTextRenderer Interface