public interface IRecastFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Invoke function 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 |
IID8d988129_4711_47bb_ac48_d70ef1f38ad4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getArguments()
The new function arguments.
|
java.lang.Object |
getRaster()
The source function raster dataset or templete object.
|
void |
setArgumentsByRef(java.lang.Object ppArguments)
The new function arguments.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source function raster dataset or templete object.
|
static final int IID8d988129_4711_47bb_ac48_d70ef1f38ad4
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 getArguments() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setArgumentsByRef(java.lang.Object ppArguments) throws java.io.IOException, AutomationException
ppArguments
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.