ArcObjects Library Reference  (Carto)    

IMapSurround.Map Property

The parent map.

[Visual Basic 6.0]
Property Map As IMap
[Visual Basic .NET]
Public Property Map As IMap
[C#]
public IMap Map {get; set;}
[Java]
public IMap getMap()
throws
    IOException,
    AutomationException
[Java]
public void setMapByRef(
IMap pMap
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Map(
  IMap** Map
);
[C++]
HRESULT putref_Map(
  IMap* Map

);

[C++]

Parameters

Map [out, retval]

  Map is a parameter of type IMap

Map [in]

  Map is a parameter of type IMap

Product Availability

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

See Also

IMapSurround Interface