ArcObjects Library Reference (Location)  

ILocatorDatasetImpl Interface

Provides access to members for setting objects associated with the Locator.

Product Availability

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

Members

Description
Write-only property LocatorWorkspaceName The Name object for the locator's workspace. Used internally by geocoding framework.

Remarks

ILocatorDatasetImpl is implemented by all locators. The LocatorWorkspace object typically invokes this interface on a locator object to establish association between the locator and the locator workspace. The locator is expected to keep the locator workspace reference and use it in the ILocatorDataset implementation. This interface is invoked when the locator is initialized or being added to a workspace.

NOTE: This interface is intended to be called by the geocoding framework and should not be called directly by a developer.