ArcObjects Library Reference (Controls)  

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