public interface IRasterStatus2
extends java.io.Serializable
Description: 'Provides access to members that control the raster status 2.' 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 |
IIDb3b4bcdd_b999_4dbe_8fec_7bcedce6daf3 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
fireContinue(boolean[] bContinue)
Broadcasts if the operation should be continued.
|
void |
fireMessage(java.lang.String message)
Broadcasts the message of the operation.
|
void |
fireTitle(java.lang.String title)
Broadcasts the title of the operation.
|
static final int IIDb3b4bcdd_b999_4dbe_8fec_7bcedce6daf3
static final int xxDummy
static final java.lang.String IID
void fireTitle(java.lang.String title)
throws java.io.IOException,
AutomationException
title - The title (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void fireMessage(java.lang.String message)
throws java.io.IOException,
AutomationException
message - The message (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void fireContinue(boolean[] bContinue)
throws java.io.IOException,
AutomationException
bContinue - The bContinue (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.