|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEnumWorkspace
Provides access to members that enumerate workspaces.
| Method Summary | |
|---|---|
void |
esri_clone(IEnumWorkspace[] ppenum)
Creates a clone of the current enumeration. |
void |
next(int numRequested,
IWorkspace[] workspaces,
int[] pNumFetched)
Retrieves the next Workspace in the enumeration sequence. |
void |
reset()
Resets the enumeration sequence to the beginning. |
void |
skip(int numToSkip)
Skips the next Workspace in the enumeration. |
| Method Detail |
|---|
void next(int numRequested,
IWorkspace[] workspaces,
int[] pNumFetched)
throws IOException,
AutomationException
numRequested - The numRequested (in)workspaces - A reference to a com.esri.arcgis.geodatabase.IWorkspace (out: use single element array)pNumFetched - The pNumFetched (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void skip(int numToSkip)
throws IOException,
AutomationException
numToSkip - The numToSkip (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void esri_clone(IEnumWorkspace[] ppenum)
throws IOException,
AutomationException
ppenum - A reference to a com.esri.arcgis.geodatabase.IEnumWorkspace (out: use single element array)
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 | ||||||||