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


ILocatorEvents.OnBuild Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

ILocatorEvents.OnBuild Method

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

Product Availability

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

See Also

ILocatorEvents Interface