public interface ISelectionSet2 extends ISelectionSet, java.io.Serializable
Description: 'Provides access to members that manage a set of selected table rows or features.' 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 |
IID098af83f_8390_11d4_9fd1_00c04f6bdf0c |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf7ad47d1_d55e_11d1_8882_0000f877762d
Modifier and Type | Method and Description |
---|---|
void |
update(IQueryFilter queryFilter,
boolean recycling,
ICursor[] cursor)
Returns a cursor that can be used to update the objects specified by a query over this selection set.
|
add, addList, combine, getCount, getFullName, getIDs, getTarget, makePermanent, refresh, removeList, search, select
static final int IID098af83f_8390_11d4_9fd1_00c04f6bdf0c
static final int xxDummy
static final java.lang.String IID
void update(IQueryFilter queryFilter, boolean recycling, ICursor[] cursor) throws java.io.IOException, AutomationException
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling
- The recycling (in)cursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.