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


IUniqueValueRenderer.Description Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IU > IUniqueValueRenderer Interface > IUniqueValueRenderer.Description Property
ArcGIS Developer Help

IUniqueValueRenderer.Description Property

Desription for the specified label.

[Visual Basic .NET]
Public Function get_Description ( _
    ByVal Value As String _
) As String
[Visual Basic .NET]
Public Sub set_Description ( _
    ByVal Value As String, _
    ByVal Text As String _
)
[C#]
public string get_Description (
    string Value
);
[C#]
public void set_Description (
    string Value,
    string Text
);
[C++]
HRESULT get_Description(
  BSTR Value,
  System.String* Text
);
[C++]
HRESULT put_Description(
  BSTR Value,
  BSTR Text
);
[C++]
Parameters
Value [in]

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

Product Availability

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

Description

A text description for the specified value.

Remarks

Description is empty by default. Use this property to assign a description to a value. The description does not appear in the table of contents, but can appear in a legend depending on the LegendItem that is applied to the rendered layer.

See Also

IUniqueValueRenderer Interface