ArcObjects Library Reference (LocationUI)  

ILocatorExtension.Locator Property

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 | ILocator Interface | ILocatorWorkspace.UpdateLocator Method | ILocatorWorkspace.GetLocator Method | ESRIFDOAddressLocatorStyle Class | StreetMapAddressLocatorStyle Class | ESRIFDOAddressLocator Class | StreetMapAddressLocator Class | LocatorExtension Class | GxLocator Class