public interface IQueryFilterFIDSet
extends java.io.Serializable
Description: 'Filters data based on a set of FIDs.' 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 |
IID4430bbbe_47b7_11d4_9f52_00c04f79927c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFIDSet |
getFIDSet()
The FID set used to filter results.
|
void |
setFIDSetByRef(IFIDSet fIDSet)
The FID set used to filter results.
|
static final int IID4430bbbe_47b7_11d4_9f52_00c04f79927c
static final int xxDummy
static final java.lang.String IID
IFIDSet getFIDSet() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFIDSetByRef(IFIDSet fIDSet) throws java.io.IOException, AutomationException
fIDSet
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.