This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControlDefault Interface > IMapControlDefault.Map Property (ArcObjects .NET 10.4 SDK) |
The Map contained by the MapControl.
[Visual Basic .NET] Public Property Map As IMap
[C#] public IMap Map {get; set;}
[C++]
HRESULT get_Map(
IMap** pMap
);
[C++]
HRESULT putref_Map(
IMap* pMap
);
[C++]
Parameters pMap [out, retval]
pMap is a parameter of type IMap pMap [in]
pMap is a parameter of type IMap
This is the Map CoClass contained within the MapControl. If the Map is replaced the IMapControlEvents2::OnMapReplaced event is triggered.
IMapControlDefault Interface | IMapControl3.MapScale Property | IMapControl4.MapScale Property | IMapControlDefault.MapScale Property | IMapControlDefault.MapUnits Property | IMapControl4.MapUnits Property | IMapControl3.MapUnits Property | IMapControl4.ReferenceScale Property | IMapControl3.ReferenceScale Property | IMapControlDefault.ReferenceScale Property | IMapControlDefault.SpatialReference Property | IMapControl4.SpatialReference Property | IMapControl3.SpatialReference Property