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


IGPMultithreadedItemIndexer.IndexItems Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

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 VARIANT_BOOL Recursive [in] Recursive is a parameter of type VARIANT_BOOL indexPath [in] indexPath is a parameter of type BSTR pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel

Product Availability

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

See Also

IGPMultithreadedItemIndexer Interface