This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditor Interface > IEngineEditor.EditWorkspace Property (ArcObjects .NET 10.5 SDK) |
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
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.