public interface IBackgroundFilter
extends java.io.Serializable
Description: 'Provides access to members that control a background filter.' 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 |
IIDb0aacb96_c31c_49b6_be07_a013bbc454e4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBackground()
The background value to be filtered.
|
void |
setBackground(java.lang.Object value)
The background value to be filtered.
|
static final int IIDb0aacb96_c31c_49b6_be07_a013bbc454e4
static final int xxDummy
static final java.lang.String IID
java.lang.Object getBackground() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBackground(java.lang.Object value) throws java.io.IOException, AutomationException
value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.