com.esri.arcgis.geodatabase
Interface ILocatorUI2

All Superinterfaces:
ILocatorUI, Serializable
All Known Implementing Classes:
ILocatorUI2Proxy

public interface ILocatorUI2
extends ILocatorUI, Serializable

Provides access to members that control the locator's user interface.

Product Availability

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


Method Summary
 boolean repairLocator(int parentWindow, ILocator locator, String title)
          Opens the user interface to repair a locator.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ILocatorUI
createLocator, locatorProperties, matchTable
 

Method Detail

repairLocator

boolean repairLocator(int parentWindow,
                      ILocator locator,
                      String title)
                      throws IOException,
                             AutomationException
Opens the user interface to repair a locator.

Remarks

The RepairLocator method displays the user interface for repairing locator. This method creates a new locator in the locator workspace specified, and returns a reference to the locator. If the user commits the changes to the locator using the user interface, this method returns a value of True. Otherwise, it returns a value of False.

The parentWindow parameter is a long integer value containing the handle to the parent window for the user interface. The user interface appears modally on top of this window.

The Locator parameter is a reference to the locator whose properties you want to modify using the user interface.

Product Availability

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

Parameters:
parentWindow - The parentWindow (A COM typedef) (in)
locator - A reference to a com.esri.arcgis.geodatabase.ILocator (in)
title - The title (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.