IEditor.ScratchWorkspace Property
Reference to the editor's scratch workspace.
[Visual Basic .NET]
Public ReadOnly Property ScratchWorkspace As IWorkspace
[C#]
public IWorkspace ScratchWorkspace {get;}
Product Availability
Available with ArcGIS Desktop.
Remarks
During an edit session, the editor creates and manages a temporary workspace where it stores information about features. For example, when resolving conflicts in SDE, the editor uses this workspace to store conflicting features. Similarly, when editing shapefiles, the editor writes feature delta tables to this workspace.
See Also
IEditor Interface