ArcObjects Library Reference  (DataSourcesFile)    

IArcInfoItemsEdit.DeleteItem Method

Deletes an Item from the Items Collection.

[Visual Basic 6.0]
Sub DeleteItem(
    ByVal Item As IArcInfoItem _
)
[Visual Basic .NET]
Public Sub DeleteItem ( _
    ByVal Item As IArcInfoItem _
)
[C#]
public void DeleteItem (
    IArcInfoItem Item
);
[Java]
public void deleteItem (
    IArcInfoItem Item
)
throws
    IOException,
    AutomationException
[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