This document is archived and information here might be outdated.  Recommended version.


IEditor.ScratchWorkspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditor Interface > IEditor.ScratchWorkspace Property
ArcGIS Developer Help

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