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


IEngineEditor.Map 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.Map Property
ArcGIS Developer Help

IEngineEditor.Map Property

The map being edited.

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

Map is a parameter of type IMap**

Product Availability

Available with ArcGIS Engine.

Description

Use this property to get a reference to the map being edited.

An application may contain more than one MapControl encapsulating a Map CoClass. Only the editable layers in one Map may be edited at a time. When IEngineEditor::StartEditing is called, an edit session begins on a specific workspace in a specific map.

See Also

IEngineEditor Interface