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


IMxdContents.Map Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMxdContents Interface > IMxdContents.Map Property
ArcGIS Developer Help

IMxdContents.Map Property

The Map object.

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

ppMap is a parameter of type IMap**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The map property is not supported in the case of new map being set into the focus map of the PageLayoutControl.

See Also

IMxdContents Interface