public interface IRasterCommand
extends java.io.Serializable
Description: 'Provides access to member that control a raster command.' 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 |
IID7015c99d_2f08_44f9_88f0_8f85a766cb2b |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getArgument()
The command argument(s).
|
int |
getID()
The command ID.
|
java.lang.String |
getName()
The command name, e.g.
|
void |
init(java.lang.String name,
int iD,
java.lang.Object argument)
Initializes a raster command.
|
static final int IID7015c99d_2f08_44f9_88f0_8f85a766cb2b
static final int xxDummy
static final java.lang.String IID
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getArgument()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void init(java.lang.String name,
int iD,
java.lang.Object argument)
throws java.io.IOException,
AutomationException
name - The name (in)iD - The iD (in)argument - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.