public interface IIndexedGUIDSets
extends java.io.Serializable
Description: 'Provides access to members that control sets of GUIDSet.' 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 |
IID8892b17e_52db_4481_999b_e6769777b2a1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(int iD,
IGUIDSet gUIDSet)
Add the guidset with specified id to the set.
|
void |
find(int iD,
IGUIDSet[] gUIDSet)
Find the guidset with specified id in the set.
|
void |
remove(int iD)
Remove the guidset with specified id from the set.
|
void |
size(int[] size)
Get the size of the guidset set.
|
static final int IID8892b17e_52db_4481_999b_e6769777b2a1
static final int xxDummy
static final java.lang.String IID
void add(int iD, IGUIDSet gUIDSet) throws java.io.IOException, AutomationException
iD
- The iD (in)gUIDSet
- A reference to a com.esri.arcgis.geodatabase.IGUIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void remove(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void find(int iD, IGUIDSet[] gUIDSet) throws java.io.IOException, AutomationException
iD
- The iD (in)gUIDSet
- A reference to a com.esri.arcgis.geodatabase.IGUIDSet (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void size(int[] size) throws java.io.IOException, AutomationException
size
- The size (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.