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


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

IItemIndex.DeleteItemInfos Method

Delete item infos from index.

[Visual Basic .NET]
Public Sub DeleteItemInfos ( _
    ByVal catalogPath As String _
)
[C#]
public void DeleteItemInfos (
    string catalogPath
);
[C++]
HRESULT DeleteItemInfos(
  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