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


IEngineEditor.EditWorkspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditor Interface > IEngineEditor.EditWorkspace Property
ArcGIS Developer Help

IEngineEditor.EditWorkspace Property

The workspace being edited.

[Visual Basic .NET]
Public ReadOnly Property EditWorkspace As IWorkspace
[C#]
public IWorkspace EditWorkspace {get;}
[C++]
HRESULT get_EditWorkspace(
  IWorkspace** EditWorkspace
);
[C++]
Parameters
EditWorkspace [out, retval]

EditWorkspace is a parameter of type IWorkspace**

Product Availability

Available with ArcGIS Engine.

Description

The EditWorkspace property returns a reference to the workspace being edited. Only one workspace can be edited at a time. The EditWorkspace property is set by the IEngineEditor::StartEditing method and the ControlsEditingStartCommand.

See Also

IEngineEditor Interface