Provides access to members for managing the locators in the locator workspace.
Members
Name | Description | |
---|---|---|
AddLocator | Adds a locator to the locator workspace. | |
AddLocatorStyle | Adds a locator style. | |
CopyLocator | Copies a locator. | |
DeleteLocator | Deletes a locator. | |
GetLocator | Gets a locator. | |
GetLocatorName | Gets a LocatorName object. | |
GetLocatorStyle | Gets a locator style. | |
LocatorNames | LocatorName objects in the locator workspace. | |
Locators | Locators in the locator workspace. | |
Name | The Name object for the locator workspace. | |
RebuildLocator | Rebuilds a locator. | |
RenameLocator | Renames a locator. | |
UpdateLocator | Modifies the properties of a locator. |
ILocatorWorkspace2.RebuildLocator Method
Rebuilds a locator.
Public Sub RebuildLocator ( _
ByVal Name As String, _
ByVal CancelTracker As ITrackCancel _
)
public void RebuildLocator (
string Name,
ITrackCancel CancelTracker
);
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.
Inherited Interfaces
Interfaces | Description |
---|---|
ILocatorWorkspace | Provides access to members for managing the locators in the locator workspace. |
Classes that implement ILocatorWorkspace2
Classes | Description |
---|