This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IU > IUniqueValueTextRenderer Interface > IUniqueValueTextRenderer.AddValue Method (ArcObjects .NET 10.5 SDK) |
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