public interface ISelectionParameters
extends java.io.Serializable
Description: 'Provides access to members that control selection parameters.' 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 |
IID95627b93_1275_4714_94a7_a55df27e70a2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IQueryFilter |
getQueryFilter()
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
|
ISelectionSet |
getSelectionSet()
The selection set that identifies the collection of catalog items on which to perform the associated operation.
|
void |
setQueryFilterByRef(IQueryFilter ppQueryFilter)
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
|
void |
setSelectionSetByRef(ISelectionSet ppSelectionSet)
The selection set that identifies the collection of catalog items on which to perform the associated operation.
|
static final int IID95627b93_1275_4714_94a7_a55df27e70a2
static final int xxDummy
static final java.lang.String IID
void setSelectionSetByRef(ISelectionSet ppSelectionSet) throws java.io.IOException, AutomationException
ppSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISelectionSet getSelectionSet() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setQueryFilterByRef(IQueryFilter ppQueryFilter) throws java.io.IOException, AutomationException
ppQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IQueryFilter getQueryFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.