public interface IRasterStatus
extends java.io.Serializable
Description: 'Provides access to members that control the raster status.' 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 |
IID6c58cb80_5834_11d4_8d9b_00c04f5b87b2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
fireStart(int min,
int max)
Fires a Start of a raster status event.
|
void |
fireStep(int pos)
Fires a Step of a raster status event.
|
void |
fireStop()
Fires a Step of a raster status event.
|
static final int IID6c58cb80_5834_11d4_8d9b_00c04f5b87b2
static final int xxDummy
static final java.lang.String IID
void fireStart(int min, int max) throws java.io.IOException, AutomationException
min
- The min (in)max
- The max (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void fireStep(int pos) throws java.io.IOException, AutomationException
pos
- The pos (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void fireStop() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.