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.