Provides access to members to retrieving a set of Name objects for locators.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
Use the IEnumLocatorName interface to inspect the set of LocatorName objects contained in a LocatorNameEnumerator. A LocatorNameEnumerator can be retrieved from a locator workspace using the ILocatorWorkspace::LocatorNames method.
Members
Description | ||
---|---|---|
Clone | Creates a copy of the enumeration. | |
Count | Number of Name objects in the enumeration. | |
Next | Returns the next Name object. | |
Previous | Returns the previous Name object. | |
Reset | Resets the enumeration. |
CoClasses that implement IEnumLocatorName
CoClasses and Classes | Description |
---|---|
LocatorNameEnumerator (esriLocation) | An enumeration of Name objects for locators and locator styles. |