public interface IEnumUID
extends java.io.Serializable
Description: 'Provides access to an enumerator over a set of component 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 |
IIDcd5f0f7d_38ee_4de5_8efd_41fdb542b501 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IUID |
next()
Obtains the next component ID in the collection.
|
void |
reset()
Resets the enumerator back to the beginning of the collection.
|
static final int IIDcd5f0f7d_38ee_4de5_8efd_41fdb542b501
static final int xxDummy
static final java.lang.String IID
IUID next() throws java.io.IOException, AutomationException
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.