public interface IEnumNamedID
extends java.io.Serializable
Description: 'Provides access to members that enumerate over a set of named IDs.' 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 |
IID51959a4b_d4a5_11d1_8771_0000f8751720 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
next(java.lang.String[] nextName)
Obtains the next name-ID pair in the set.
|
void |
reset()
Resets internal cursor so that the next call to Next returns the first pair in the set.
|
static final int IID51959a4b_d4a5_11d1_8771_0000f8751720
static final int xxDummy
static final java.lang.String IID
int next(java.lang.String[] nextName) throws java.io.IOException, AutomationException
nextName
- The nextName (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.