public interface IEnumTinElement
extends java.io.Serializable
Description: 'Provides access to TIN element options.' 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 |
IID4eee3271_fa94_11d2_ae10_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ITinElement |
next()
Gets next element.
|
void |
queryNext(ITinElement pElement)
Queries next element.
|
void |
reset()
Resets the enumerator.
|
static final int IID4eee3271_fa94_11d2_ae10_000000000000
static final int xxDummy
static final java.lang.String IID
void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITinElement next() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryNext(ITinElement pElement) throws java.io.IOException, AutomationException
pElement
- A reference to a com.esri.arcgis.geodatabase.ITinElement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.