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


IGPMultithreadedItemIndexer.IndexItems Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IGPMultithreadedItemIndexer.IndexItems Method

Indexes items from an array of data sources.

[Visual Basic .NET]
Public Sub IndexItems ( _
    ByVal pPaths As IStringArray, _
    ByVal ReplaceIndex As Boolean, _
    ByVal Recursive As Boolean, _
    ByVal indexPath As String, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void IndexItems (
    IStringArray pPaths,
    bool ReplaceIndex,
    bool Recursive,
    string indexPath,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT IndexItems(
  IStringArray* pPaths,
  VARIANT_BOOL ReplaceIndex,
  VARIANT_BOOL Recursive,
  BSTR indexPath,
  ITrackCancel* pTrackCancel
);
[C++]
Parameters
pPaths [in]

pPaths is a parameter of type IStringArray* ReplaceIndex [in]
ReplaceIndex is a parameter of type bool Recursive [in]
Recursive is a parameter of type bool indexPath [in]
indexPath is a parameter of type BSTR pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*

Product Availability

No record for Search in Libraries found

See Also

IGPMultithreadedItemIndexer Interface