ArcObjects Library Reference (LocationUI)  

ILocatorExtension Interface

Provides access to members that control the set of locators in an ArcMap document.

Product Availability

Available with ArcGIS Desktop.

When To Use

Use the ILocatorExtension interface to manage the set of locators in an ArcMap document.

Members

Description
Method AddLocator Adds a locator to the ArcMap document.
Read-only property Categories Categories represented by the locators in the ArcMap document.
Read/write property CurrentLocator Current locator in the ArcMap document of a specific category.
Read-only property Locator Locator in the ArcMap document.
Read-only property LocatorCount Number of locators in the ArcMap document in a specific category.
Method RemoveAllLocators Removes all locators from the ArcMap document.
Method RemoveCategory Removes a category of locators from the ArcMap document.
Method RemoveLocator Removes a locator from the ArcMap document.

CoClasses that implement ILocatorExtension

CoClasses and Classes Description
LocatorExtension An extension for locators in ArcMap.

See Also

IAdvancedGeocoding.MatchStandardizedAddress Method | ILocatorExtension Interface | FindAddresses Class | IAddressFindData Interface | LocatorExtension Class | AddressFindData Class | ILocator Interface | ILocatorWorkspace.UpdateLocator Method | ILocatorWorkspace.GetLocator Method | ESRIFDOAddressLocatorStyle Class | StreetMapAddressLocatorStyle Class | ESRIFDOAddressLocator Class | StreetMapAddressLocator Class | LocatorExtension Class | GxLocator Class

.NET Related Topics

LocationUI