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


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

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,
  System.String* 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