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


IArcInfoItemsEdit.DeleteItem Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IArcInfoItemsEdit.DeleteItem Method

Deletes an Item from the Items Collection.

[Visual Basic .NET]
Public Sub DeleteItem ( _
    ByVal Item As IArcInfoItem _
)
[C#]
public void DeleteItem (
    IArcInfoItem Item
);
[C++]
HRESULT DeleteItem(
  IArcInfoItem* Item
);
[C++]

Parameters Item [in]
Item is a parameter of type IArcInfoItem

Product Availability

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

See Also

IArcInfoItemsEdit Interface