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


IArcInfoItemsEdit.DeleteAllItems Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IArcInfoItemsEdit.DeleteAllItems Method

Deletes all the Items from the Items Collection.

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

Product Availability

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

See Also

IArcInfoItemsEdit Interface