ArcObjects Library Reference (GeoDatabase)  

ILocatorWorkspace2.RebuildLocator Method

Rebuilds a locator.

[Visual Basic .NET]
Public Sub RebuildLocator ( _
    ByVal Name As String, _
    ByVal CancelTracker As ITrackCancel _
)
[C#]
public void RebuildLocator (
    string Name,
    ITrackCancel CancelTracker
);
[C++]
HRESULT RebuildLocator(
  BSTR Name,
  ITrackCancel* CancelTracker
);
[C++]

Parameters

Name [in]   Name 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.

Description

The RebuildLocator method rebuilds a locator in a locator workspace.

Remarks

The Name parameter is the name of the locator you want to rebuild in the locator workspace.

In ArcSDE workspaces, locator names are prefixed by the name of the ArcSDE user that owns the locator, as in "jack.My Locator".  When you call methods in ArcObjects that have parameters that specify locators in a ArcSDE workspace, you must specify the full name of the locator, including the user name. Failing to do so will result in an error.  

See Also

ILocatorWorkspace2 Interface | ILocatorWorkspace2 Interface | ILocatorWorkspaceName Interface | ILocatorWorkspace Interface | LocatorManager Class | ILocatorWorkspaceName2 Interface | LocatorEnumerator Class | ILocatorManager.GetLocatorWorkspaceFromPath Method | IDatabaseLocatorWorkspace Interface | LocatorWorkspaceName Class | ILocatorManager Interface | ILocatorManager2 Interface | DatabaseLocatorWorkspace Class | LocalLocatorWorkspace Class