ArcObjects Library Reference (GeoDatabase)  

ILocatorUI Interface

Provides access to members that control the locator's user interface. Note: the ILocatorUI interface has been superseded byILocatorUI2. Please consider using the more recent version.

Product Availability

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

When To Use

Use the ILocatorUI interface to display the basic user interfaces for a locator.

Members

Description
Method CreateLocator Opens the user interface to create a new locator.
Method LocatorProperties Opens the user interface to view or modify the properties of a locator.
Method MatchTable Opens the user interface to locate a table.

CoClasses that implement ILocatorUI

CoClasses and Classes Description
AddressLocatorUI (esriLocationUI) A user interface for an address locator.
CompositeLocatorUI (esriLocationUI) User interface for composite locators.
MGRSLocatorUI (esriLocationUI) A user interface for an address locator.
RSLocatorUI (esriLocationUI) User interface for RS address locators.

Remarks

The ILocatorUI interface is available, but the LocatorUI object is not using the ArcGIS Engine license.

.NET Related Topics

LocationUI