public interface IRasterCommandResult
extends java.io.Serializable
Description: 'Provides access to member that control a raster command result.' 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 |
IID33c156e6_9808_4dda_accb_9a698751c970 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRasterCommand |
getCommand()
The executed command.
|
void |
getStatus()
The return status.
|
java.lang.Object |
getValue()
The return value.
|
void |
init(IRasterCommand pCommand,
java.lang.Object value,
long status)
Initializes a raster command result.
|
static final int IID33c156e6_9808_4dda_accb_9a698751c970
static final int xxDummy
static final java.lang.String IID
IRasterCommand getCommand() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getStatus() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void init(IRasterCommand pCommand, java.lang.Object value, long status) throws java.io.IOException, AutomationException
pCommand
- A reference to a com.esri.arcgis.datasourcesraster.IRasterCommand (in)value
- A Variant (in)status
- An error code (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.