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


ILegendGroup.ClearClasses Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendGroup Interface > ILegendGroup.ClearClasses Method
ArcGIS Developer Help

ILegendGroup.ClearClasses Method

Removes all classes from the group.

[Visual Basic .NET]
Public Sub ClearClasses ( _
)
[C#]
public void ClearClasses (
);
[C++]
HRESULT ClearClasses(
void
);

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