ArcObjects Library Reference (GeoDatabase) |
|
IWorkspaceEdit2 Interface
Provides access to members that control Workspace Editing.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Inherited Interfaces
Interfaces |
Description |
IWorkspaceEdit |
Provides access to members that control Workspace Editing. |
CoClasses that implement IWorkspaceEdit2
CoClasses and Classes |
Description |
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.
.NET Samples
Curve conversion add-in (Code Files:
CurveConversionDockWin)
.NET Related Topics
Editing with the geodatabase API |
Managing edit sessions and edit operations |
Obtaining changes made in the current edit session |
Updating attributes of existing features