public interface ITableFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control table arguments.' 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 |
IID02e11ca1_fa17_4be1_a31a_c7c91dbd031a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttributeTable()
The raster attribute table.
|
java.lang.Object |
getRaster()
The source raster object.
|
void |
setAttributeTableByRef(java.lang.Object ppRAT)
The raster attribute table.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
static final int IID02e11ca1_fa17_4be1_a31a_c7c91dbd031a
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getAttributeTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAttributeTableByRef(java.lang.Object ppRAT) throws java.io.IOException, AutomationException
ppRAT
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.