ArcObjects Library Reference (GeoDatabase)  

IEnumLocatorName Interface

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
Method Clone Creates a copy of the enumeration.
Read-only property Count Number of Name objects in the enumeration.
Method Next Returns the next Name object.
Method Previous Returns the previous Name object.
Method Reset Resets the enumeration.

CoClasses that implement IEnumLocatorName

CoClasses and Classes Description
LocatorNameEnumerator (esriLocation) An enumeration of Name objects for locators and locator styles.

See Also

ILocatorWorkspace Interface