public interface IIndexesEdit extends IIndexes, java.io.Serializable
Description: 'Provides access to members that modify the indexes collection.' 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 |
IID2063fd04_4ce0_11d1_89db_006097aff44e |
static int |
xxDummy
Deprecated.
Internal use only
|
IID2063fd03_4ce0_11d1_89db_006097aff44e
Modifier and Type | Method and Description |
---|---|
void |
addIndex(IIndex index)
Add an index to the indexes collection.
|
void |
deleteAllIndexes()
Delete all the indexes from the indexes collection.
|
void |
deleteIndex(IIndex index)
Delete an index from the indexes collection.
|
void |
setIndexByRef(int pos,
IIndex rhs2)
The index at the specified position.
|
void |
setIndexCount(int rhs1)
The number of indexes in this indexes collection.
|
findIndex, findIndexesByFieldName, getIndex, getIndexCount
static final int IID2063fd04_4ce0_11d1_89db_006097aff44e
static final int xxDummy
static final java.lang.String IID
void setIndexCount(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIndexByRef(int pos, IIndex rhs2) throws java.io.IOException, AutomationException
pos
- The pos (in)rhs2
- A reference to a com.esri.arcgis.geodatabase.IIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addIndex(IIndex index) throws java.io.IOException, AutomationException
index
- A reference to a com.esri.arcgis.geodatabase.IIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteIndex(IIndex index) throws java.io.IOException, AutomationException
index
- A reference to a com.esri.arcgis.geodatabase.IIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAllIndexes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.