This document is archived and information here might be outdated.  Recommended version.


ILocatorWorkspace.Locators Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IL > ILocatorWorkspace Interface > ILocatorWorkspace.Locators Property
ArcGIS Developer Help

ILocatorWorkspace.Locators Property

Locators in the locator workspace.

[Visual Basic .NET]
Public Function get_Locators ( _
    ByVal queryType As esriLocatorQuery, _
    ByVal Category As String _
) As IEnumLocator
[C#]
public IEnumLocator get_Locators (
    esriLocatorQuery queryType,
    string Category
);
[C++]
HRESULT get_Locators(
  esriLocatorQuery queryType,
  BSTR Category,
  IEnumLocator** enumLocators
);
[C++]
Parameters
queryType [in]

queryType is a parameter of type esriLocatorQuery Category [in]
Category is a parameter of type BSTR enumLocators [out, retval]
enumLocators is a parameter of type IEnumLocator**

Product Availability

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

Remarks

The Locators property returns a LocatorEnumerator containing locators from the locator workspace.

Use the queryType parameter to specify whether to include locators, locator styles, or both in the LocatorEnumerator.

Use the Category parameter to specify which category of locators and locator styles to include in the LocatorEnumerator. Address locators and address locator styles provided with ArcGIS all have a category of "Address". Specify an empty string for the Category parameter if you want to include locators or locator styles from all categories.

See Also

ILocatorWorkspace Interface | ILocatorWorkspace.LocatorNames Property | ILocatorWorkspace.Locators Property | ILocatorName.Category Property | ILocatorWorkspace.LocatorNames Property | esriLocatorQuery Constants | ILocatorWorkspace.Locators Property