Provides access to members that control Workspace Editing.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AbortEditOperation | Aborts an edit operation. | |
DisableUndoRedo | Disables Undo and Redo of edit operations. | |
EditDataChanges | gets changes during edit session | |
EnableUndoRedo | Enables Undo and Redo of edit operations. | |
HasEdits | True if there are any completed edit operations that need to be saved . | |
HasRedos | True if there are any completed undos that can be redone. | |
HasUndos | True if there are any completed edit operations that can be undone. | |
IsBeingEdited | True if the workspace is being edited. | |
IsInEditOperation | Is the workspace currently in an edit operation? | |
RedoEditOperation | Causes a Redo to be performed on the last undo. | |
StartEditing | Starts editing the workspace. | |
StartEditOperation | Begins an edit operation. | |
StopEditing | Stops editing the workspace. | |
StopEditOperation | Ends an edit operation. | |
UndoEditOperation | Causes an Undo to be performed on the last edit operation. |
Inherited Interfaces
Interfaces | Description |
---|---|
IWorkspaceEdit | Provides access to members that control Workspace Editing. |
Remarks
The IWorkspaceEdit2 interface has two properties. EditDataChanges can be used to retrieve the changes made in the current edit session (or edit operation), and IsInEditOperation can be used to determine if the workspace edit session is in an active edit operation.