This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IL > ILocatorEvents Interface > ILocatorEvents.OnBuild Method (ArcObjects .NET 10.4 SDK) |
Responds to the client building or rebuilding the locator.
[Visual Basic .NET] Public Sub OnBuild ( _ ByVal rebuild As Boolean, _ ByVal tableName As String, _ ByVal configKeyword As String, _ ByVal pCancelTracker As ITrackCancel _ )
[C#] public void OnBuild ( bool rebuild, string tableName, string configKeyword, ITrackCancel pCancelTracker );
[C++]
HRESULT OnBuild(
VARIANT_BOOL rebuild,
BSTR tableName,
BSTR configKeyword,
ITrackCancel* pCancelTracker
);
[C++]
Parameters rebuild [in] rebuild is a parameter of type VARIANT_BOOL tableName [in] tableName is a parameter of type BSTR configKeyword [in] configKeyword is a parameter of type BSTR pCancelTracker [in]
pCancelTracker is a parameter of type ITrackCancel