public interface IRasterTransaction
extends java.io.Serializable
Description: 'Provides access to members that provide undo support.' 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 |
IID3be922f3_6934_40a5_a82e_c368cb13995b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
commit()
Sends all pending changes to persistent storage.
|
void |
end()
Commits changes and stops double buffering.
|
int |
getUndoLevels()
Maximum number of reversible operations.
|
void |
setUndoLevels(int num_undo)
Maximum number of reversible operations.
|
void |
start()
Starts double buffering edits for undo support.
|
int |
undo(int n)
Reverses last N changes.
|
static final int IID3be922f3_6934_40a5_a82e_c368cb13995b
static final int xxDummy
static final java.lang.String IID
void setUndoLevels(int num_undo) throws java.io.IOException, AutomationException
num_undo
- The num_undo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void commit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void start() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void end() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int undo(int n) throws java.io.IOException, AutomationException
n
- The n (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUndoLevels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.