ArcObjects Library Reference  (DataSourcesFile)    

IArcInfoItemsEdit.DeleteAllItems Method

Deletes all the Items from the Items Collection.

[Visual Basic 6.0]
Sub DeleteAllItems
[Visual Basic .NET]
Public Sub DeleteAllItems ( _
)
[C#]
public void DeleteAllItems (
);
[Java]
public void deleteAllItems (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DeleteAllItems(
void
);

Product Availability

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

See Also

IArcInfoItemsEdit Interface