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


IArcInfoItemsEdit.DeleteAllItems Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoItemsEdit Interface > IArcInfoItemsEdit.DeleteAllItems Method
ArcGIS Developer Help

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