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


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

IGPItemIndexer.DeleteItemInfo Method

Delete ItemInfo from Index File.

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

indexPath is a parameter of type BSTR pGuid [in]
pGuid is a parameter of type BSTR

Product Availability

No record for Search in Libraries found

See Also

IGPItemIndexer Interface