ArcObjects Library Reference (EngineCore)  

IGraphicTracker.RemoveAll Method

Removes all graphics from the collection.

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

Product Availability

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

Description

Removes all graphics; so they are no longer tracked.

See Also

IGraphicTracker Interface

.NET Samples

RSS weather GraphicTracker (Code Files: RSSWeather)