This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataIndex Interface > IReferenceDataIndex.Build Method (ArcObjects .NET 10.4 SDK) |
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
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.