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


ISymbologyStyleClass.RemoveAll Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

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