|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxObjectEnumerator
Provides access to methods that control the object enumerator.
Method Summary | |
---|---|
int |
getCount()
The number of GxObjects in the enumerator. |
IGxObject |
getCurrent()
The current GxObject in the enumerator. |
int |
getCurrentPos()
The current position of the GxObject in the enumerator. |
void |
setCurrentPos(int pIdx)
The current position of the GxObject in the enumerator. |
Method Detail |
---|
IGxObject getCurrent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCurrentPos() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentPos(int pIdx) throws IOException, AutomationException
pIdx
- The pIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
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 |