ArcObjects Library Reference (Controls)  

IEnumPlace Interface

Provides access to members enumerate a PlaceCollection.

Product Availability

Available with ArcGIS Engine.

Description

IEnumPlace allows you to browse the Place objects in the collection.

Members

Description
Read-only property Count The number of places in the enumeration.
Method Next Returns the next place in the enumeration.
Method Reset Reset the enumeration to start from beginning.

CoClasses that implement IEnumPlace

CoClasses and Classes Description
MyPlaceCollection A singleton class that manage the collection of my places.