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


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

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

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

See Also

IGPItemIndexer Interface