This document is archived and information here might be outdated. Recommended version. |
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.