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


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

IGPItemIndexer.IndexItem Method

Index Item without children with passed in catalogpath.

[Visual Basic .NET]
Public Sub IndexItem ( _
    ByVal Path As String _
)
[C#]
public void IndexItem (
    string Path
);
[C++]
HRESULT IndexItem(
  BSTR Path
);
[C++]

Parameters Path [in] Path 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