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


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

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

No record for Search in Libraries found

See Also

IItemIndex Interface