public interface IEnumProperty
extends java.io.Serializable
Description: 'Provides access to members that enumerate Property.' 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 |
IID40a9e881_5533_11d0_98be_00805f7ced21 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
esri_clone(IEnumProperty[] property)
Creates a clone of the current enumeration.
|
void |
next(int numRequested,
IProperty[] props,
int[] numFetched)
Retrieves the next Property in the enumeration sequence.
|
void |
reset()
Resets the enumeration sequence to the beginning.
|
void |
skip(int numToSkip)
Skips the next Property in the enumeration.
|
static final int IID40a9e881_5533_11d0_98be_00805f7ced21
static final int xxDummy
static final java.lang.String IID
void next(int numRequested,
IProperty[] props,
int[] numFetched)
throws java.io.IOException,
AutomationException
numRequested - The numRequested (in)props - A reference to a com.esri.arcgis.geodatabase.IProperty (out: use single element array)numFetched - The numFetched (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void skip(int numToSkip)
throws java.io.IOException,
AutomationException
numToSkip - The numToSkip (in)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.void esri_clone(IEnumProperty[] property) throws java.io.IOException, AutomationException
property - A reference to a com.esri.arcgis.geodatabase.IEnumProperty (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.