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


IOverflowGraphicsContainer.DeleteAllOverflowElements Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverflowGraphicsContainer Interface > IOverflowGraphicsContainer.DeleteAllOverflowElements Method
ArcGIS Developer Help

IOverflowGraphicsContainer.DeleteAllOverflowElements Method

Delete all the element in the collection.

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

Product Availability

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

See Also

IOverflowGraphicsContainer Interface