ArcObjects Library Reference (DataSourcesFile)  

IArcInfoTable.DeleteItem Method

Deletes an Item from this Table.

[Visual Basic .NET]
Public Sub DeleteItem ( _
    ByVal itemName As String _
)
[C#]
public void DeleteItem (
    string itemName
);
[C++]
HRESULT DeleteItem(
  BSTR itemName
);
[C++]

Parameters

itemName [in]   itemName is a parameter of type BSTR

Product Availability

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

See Also

IArcInfoTable Interface