ArcObjects Library Reference (GeoDatabase)  

ILocatorWorkspace.LocatorNames Property

LocatorName objects in the locator workspace.

[Visual Basic .NET]
Public Function get_LocatorNames ( _
    ByVal queryType As esriLocatorQuery, _
    ByVal Category As String _
) As IEnumLocatorName
[C#]
public IEnumLocatorName get_LocatorNames (
    esriLocatorQuery queryType,
    string Category
);
[C++]
HRESULT get_LocatorNames(
  esriLocatorQuery queryType,
  BSTR Category,
  IEnumLocatorName** enumLocatorNames
);
[C++]

Parameters

queryType [in]

  queryType is a parameter of type esriLocatorQuery

Category [in]   Category is a parameter of type BSTR enumLocatorNames [out, retval]

  enumLocatorNames is a parameter of type IEnumLocatorName

Product Availability

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

Remarks

The LocatorNames property returns a LocatorNameEnumerator containing LocatorName objects representing locators in the locator workspace.

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

Use the Category parameter to specify which category of locators and locator styles to include in the LocatorNameEnumerator. 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.Locators Property | esriLocatorQuery Constants | ILocatorWorkspace.LocatorNames Property