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


IRasterClassifyColorRampRenderer.Description Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterClassifyColorRampRenderer.Description Property

Description for the class at the given index.

[Visual Basic .NET]
Public Function get_Description ( _
    ByVal Index As Integer _
) As String
[Visual Basic .NET]
Public Sub set_Description ( _
    ByVal Index As Integer, _
    ByVal Description As String _
)
[C#]
public string get_Description (
    int Index
);
[C#]
public void set_Description (
    int Index,
    string Description
);
[C++]
HRESULT get_Description(
  long Index,
  BSTR* Description
);
[C++]
HRESULT put_Description(
  long Index,
  BSTR Description
);
[C++]

Parameters Index [in] Index is a parameter of type long Description [out, retval] Description is a parameter of type BSTR Index [in] Index is a parameter of type long Description [in] Description is a parameter of type BSTR

Product Availability

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

See Also

IRasterClassifyColorRampRenderer Interface