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


IUniqueValueTextRenderer.Label Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IU > IUniqueValueTextRenderer Interface > IUniqueValueTextRenderer.Label Property
ArcGIS Developer Help

IUniqueValueTextRenderer.Label Property

Label for the specified value.

[Visual Basic .NET]
Public Function get_Label ( _
    ByVal Value As String _
) As String
[Visual Basic .NET]
Public Sub set_Label ( _
    ByVal Value As String, _
    ByVal pVal As String _
)
[C#]
public string get_Label (
    string Value
);
[C#]
public void set_Label (
    string Value,
    string pVal
);
[C++]
HRESULT get_Label(
  BSTR Value,
  System.String* pVal
);
[C++]
HRESULT put_Label(
  BSTR Value,
  BSTR pVal
);
[C++]
Parameters
Value [in]

Value is a parameter of type BSTR pVal [out, retval]
pVal is a parameter of type BSTR* Value [in]
Value is a parameter of type BSTR pVal [in]
pVal is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IUniqueValueTextRenderer Interface