ArcObjects Library Reference (Carto)  

IColorRampSymbol.LegendClassIndex Property

Ordinal number of the legend class for the symbol (0,1,2).

[Visual Basic .NET]
Public Property LegendClassIndex As Integer
[C#]
public int LegendClassIndex {get; set;}
[C++]
HRESULT get_LegendClassIndex(
  long* Index
);
[C++]
HRESULT put_LegendClassIndex(
  long Index
);
[C++]

Parameters

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

Product Availability

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

See Also

IColorRampSymbol Interface