|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexEdit
COM Interface 'IIndexEdit'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that modify the index.' 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID2063fd02_4ce0_11d1_89db_006097aff44e
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.geodatabase.IIndex |
---|
IID2063fd01_4ce0_11d1_89db_006097aff44e |
Method Summary | |
---|---|
void |
setFieldsByRef(IFields rhs1)
The fields collection for this index. |
void |
setIsAscending(boolean rhs1)
Indicates if the index is to be ascending. |
void |
setIsUnique(boolean rhs1)
Indicates if the index is to be unique. |
void |
setName(java.lang.String rhs1)
The name of the index. |
Methods inherited from interface com.esri.arcgis.geodatabase.IIndex |
---|
getFields, getName, isAscending, isUnique |
Field Detail |
---|
static final int IID2063fd02_4ce0_11d1_89db_006097aff44e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setName(java.lang.String 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 setIsUnique(boolean 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 setIsAscending(boolean 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 setFieldsByRef(IFields rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |