public interface IEnumHierarchyRange
extends java.io.Serializable
Description: 'Provides access to a container for accessing network dataset hierarchy ranges.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf41ff50c_6aa3_4d41_8953_e7c4e3986438 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDf41ff50c_6aa3_4d41_8953_e7c4e3986438
static final int xxDummy
static final java.lang.String IID
void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void next(int[] index, int[] lowRange, int[] highRange) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.