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


IItemIndex.DeleteItemInfo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IItemIndex.DeleteItemInfo Method

Delete item info from index.

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

Parameters catalogPath [in] catalogPath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IItemIndex Interface