ArcObjects Library Reference (TrackingAnalyst)  

IUniqueValueTextRenderer.Description Property

Description 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 pVal As String _
)
[C#]
public string get_Description (
    string Value
);
[C#]
public void set_Description (
    string Value,
    string pVal
);
[C++]
HRESULT get_Description(
  BSTR Value,
  BSTR* pVal
);
[C++]
HRESULT put_Description(
  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