Locator in the ArcMap document.
[Visual Basic .NET] Public Function get_Locator ( _ ByVal category As String, _ ByVal index As Integer _ ) As ILocator
[C#] public ILocator get_Locator ( string category, int index );
Product Availability
Available with ArcGIS Desktop.
Description
The Locator property returns a locator in a specific category.
Remarks
The Category parameter is the category of the locator that you want to retrieve from the LocatorExtension.
The Index parameter is an index to the locator that you want to retrieve.
See Also
ILocatorExtension Interface | ILocatorExtension.Categories Property | ILocatorWorkspace.GetLocator Method | ILocatorWorkspace.UpdateLocator Method | ILocator Interface | ESRIFDOAddressLocator Class | StreetMapAddressLocator Class | StreetMapAddressLocatorStyle Class | ESRIFDOAddressLocatorStyle Class | LocatorExtension Class | GxLocator Class