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


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

IGPItemIndexer.IndexItems Method

The Build ItemInfos..

[Visual Basic .NET]
Public Sub IndexItems ( _
    ByVal Path As String, _
    ByVal ReplaceIndex As Boolean, _
    ByVal Recursive As Boolean, _
    ByVal UseStaging As Boolean, _
    ByVal indexPath As String, _
    ByVal UseQueue As Boolean _
)
[C#]
public void IndexItems (
    string Path,
    bool ReplaceIndex,
    bool Recursive,
    bool UseStaging,
    string indexPath,
    bool UseQueue
);
[C++]
HRESULT IndexItems(
  BSTR Path,
  VARIANT_BOOL ReplaceIndex,
  VARIANT_BOOL Recursive,
  VARIANT_BOOL UseStaging,
  BSTR indexPath,
  VARIANT_BOOL UseQueue
);
[C++]

Parameters Path [in] Path is a parameter of type BSTR ReplaceIndex [in] ReplaceIndex is a parameter of type VARIANT_BOOL Recursive [in] Recursive is a parameter of type VARIANT_BOOL UseStaging [in] UseStaging is a parameter of type VARIANT_BOOL indexPath [in] indexPath is a parameter of type BSTR UseQueue [in] UseQueue is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPItemIndexer Interface