|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumHierarchyRange
Provides access to a container for accessing network dataset hierarchy ranges.
Method Summary | |
---|---|
void |
next(int[] index,
int[] lowRange,
int[] highRange)
Moves the enumerator forward and returns the hierarchy range pointed by the enumerator. |
void |
reset()
Forces the enumerator pointing before first range; a subsequent next gives the first range in the enumeration. |
Method Detail |
---|
void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void next(int[] index, int[] lowRange, int[] highRange) throws IOException, AutomationException
index
- The index (out: use single element array)lowRange
- The lowRange (out: use single element array)highRange
- The highRange (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 |