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


ISymbologyStyleClass.RemoveAll Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISymbologyStyleClass Interface > ISymbologyStyleClass.RemoveAll Method
ArcGIS Developer Help

ISymbologyStyleClass.RemoveAll Method

Removes all items from the SymbologyStyleClass.

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

Product Availability

Available with ArcGIS Engine.

Description

Removes all items from the SymbologyStyleClass.

See Also

ISymbologyStyleClass Interface