public interface IEnumGPName
extends java.io.Serializable
Description: 'Provides access to a GPName Enumeration.' 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 |
IID4daa55f1_b959_4c53_990b_a871b19ba3d6 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGPName |
next()
Provides the next name object in the enumeration.
|
void |
reset()
Resets the enumerator such that a subsequent next returns the first name object.
|
static final int IID4daa55f1_b959_4c53_990b_a871b19ba3d6
static final int xxDummy
static final java.lang.String IID
IGPName 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.