This document is archived and information here might be outdated. Recommended version. |
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*