ArcObjects Library Reference (Carto)  

ILegendGroup.RemoveClass Method

Removes the legend class from the group at the specified index.

[Visual Basic .NET]
Public Sub RemoveClass ( _
    ByVal Index As Integer _
)
[C#]
public void RemoveClass (
    int Index
);
[C++]
HRESULT RemoveClass(
  long Index
);
[C++]

Parameters

Index [in]   Index is a parameter of type long

Product Availability

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

Remarks

Modifying the number of classes in a LegendGroup through addition, insertion, and deletion is the job of the renderer object.

See Also

ILegendGroup Interface