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


IItemIndexer.BuildIndex Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IItemIndexer.BuildIndex Method

Build index with indexing helper.

[Visual Basic .NET]
Public Sub BuildIndex ( _
    ByVal pConfig As IIndexingConfiguration, _
    ByVal pIItemIndex As IItemIndex _
)
[C#]
public void BuildIndex (
    IIndexingConfiguration pConfig,
    IItemIndex pIItemIndex
);
[C++]
HRESULT BuildIndex(
  IIndexingConfiguration* pConfig,
  IItemIndex* pIItemIndex
);
[C++]

Parameters pConfig [in]
pConfig is a parameter of type IIndexingConfiguration pIItemIndex [in]
pIItemIndex is a parameter of type IItemIndex

Product Availability

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

See Also

IItemIndexer Interface