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


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

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

No record for Search in Libraries found

See Also

IGPItemIndexer Interface