ArcObjects Library Reference (Location)  

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