ArcObjects Library Reference (Carto)  

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