|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumPlace
Provides access to members enumerate a PlaceCollection.
IEnumPlace allows you to browse the Place objects in the collection.
Method Summary | |
---|---|
int |
getCount()
The number of places in the enumeration. |
IPlace |
next()
Returns the next place in the enumeration. |
void |
reset()
Reset the enumeration to start from beginning. |
Method Detail |
---|
IPlace next() throws IOException, AutomationException
The Next method returns the next Place in the enumerator.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
The Reset method resets the enumerator so that the next call to the Next method returns the first Place in the enumerator.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
Returns the number of Place objects in the enumerator.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |