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


IItemIndexer.BuildIndex Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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

No record for Search in Libraries found

See Also

IItemIndexer Interface