public interface IEnumElementRecord
extends java.io.Serializable
Description: 'Provides access to members that enumerate through Element records.' 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 |
IIDb82a0b86_fce4_4b05_9b86_10dc4de1321e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
count(int[] count)
Number of items.
|
void |
next(long[] oID,
int[] __MIDL__IEnumElementRecord0000,
GUID[] globalID,
int[] networkSourceID)
Retrieves the next element record in the enumeration sequence.
|
void |
reset()
Resets the enumeration sequence to the beginning.
|
static final int IIDb82a0b86_fce4_4b05_9b86_10dc4de1321e
static final int xxDummy
static final java.lang.String IID
void next(long[] oID, int[] __MIDL__IEnumElementRecord0000, GUID[] globalID, int[] networkSourceID) throws java.io.IOException, AutomationException
oID
- Signed 64-bit int (out: use single element array)__MIDL__IEnumElementRecord0000
- A com.esri.arcgis.geometry.esriGeometryType constant (out: use single element array)globalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)networkSourceID
- The networkSourceID (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.void count(int[] count) throws java.io.IOException, AutomationException
count
- The count (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.