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


IEnumPlace Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEnumPlace Interface
ArcGIS Developer Help

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

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

Classes that implement IEnumPlace

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