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