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


IEditor.Map Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditor Interface > IEditor.Map Property
ArcGIS Developer Help

IEditor.Map Property

Reference to the map being edited.

[Visual Basic .NET]
Public ReadOnly Property Map As IMap
[C#]
public IMap Map {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Multiple maps may be present within the application but only one may be edited at a time. When StartEditing is called, an edit session begins on the focus map. Users may change the focus map at any time; use this property to get a reference to the map being edited.

See Also

IEditor Interface | IMap Interface