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


IReferenceDataIndex.Build Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataIndex Interface > IReferenceDataIndex.Build Method
ArcGIS Developer Help

IReferenceDataIndex.Build Method

Builds the geocoding index.

[Visual Basic .NET]
Public Sub Build ( _
    ByVal configKeyword As String, _
    ByVal cancelTracker As ITrackCancel _
)
[C#]
public void Build (
    string configKeyword,
    ITrackCancel cancelTracker
);
[C++]
HRESULT Build(
  BSTR configKeyword,
  ITrackCancel* cancelTracker
);
[C++]
Parameters
configKeyword [in]

configKeyword is a parameter of type BSTR cancelTracker [in]
cancelTracker is a parameter of type ITrackCancel*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When you use the Build method, the geocoding index is built using the current atribute values in the ReferenceDataTable that it indexes. If the geocoding index already exists, then the index is deleted if you have permissions to do so, and the index is rebuilt. This method only applies to pre-9.2 locators.

See Also

IReferenceDataIndex Interface