public interface IRelateInfos
extends java.io.Serializable
Description: 'Provides access to the RelateInfos Interface.' 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 |
IIDcb5e939f_395f_482c_a703_acd070551f80 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(IRelateInfo relateInfo)
Adds a Relate info.
|
int |
getCount()
The Table info count.
|
IRelateInfo |
getElement(int index)
The Relate info at the specified position.
|
void |
insert(int index,
IRelateInfo relateInfo)
Adds a Relate info at the specified position.
|
void |
remove(int index)
Removes the Relate info at the specified position.
|
void |
removeAll()
Removes all Relate infos.
|
static final int IIDcb5e939f_395f_482c_a703_acd070551f80
static final int xxDummy
static final java.lang.String IID
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IRelateInfo getElement(int index) throws java.io.IOException, AutomationException
index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void remove(int index)
throws java.io.IOException,
AutomationException
index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void removeAll()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void add(IRelateInfo relateInfo) throws java.io.IOException, AutomationException
relateInfo - A reference to a com.esri.arcgis.carto.IRelateInfo (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void insert(int index,
IRelateInfo relateInfo)
throws java.io.IOException,
AutomationException
index - The index (in)relateInfo - A reference to a com.esri.arcgis.carto.IRelateInfo (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.