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


IItemIndex.DeleteItemInfos Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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

No record for Search in Libraries found

See Also

IItemIndex Interface