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


IEnumLocatorName Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumLocatorName Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IEnumLocatorName

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

See Also

ILocatorWorkspace Interface