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


IMap.DeleteMapSurround Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.DeleteMapSurround Method
ArcGIS Developer Help

IMap.DeleteMapSurround Method

Deletes a map surround from the map.

[Visual Basic .NET]
Public Sub DeleteMapSurround ( _
    ByVal MapSurround As IMapSurround _
)
[C#]
public void DeleteMapSurround (
    IMapSurround MapSurround
);
[C++]
HRESULT DeleteMapSurround(
  IMapSurround* MapSurround
);
[C++]
Parameters
MapSurround [in]

MapSurround is a parameter of type IMapSurround*

Product Availability

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

Remarks

DeleteMapSurround method removes the MapSurround object from the Map and decrements the MapSurroundCount by 1.

See Also

IMap Interface | IMap.CreateMapSurround Method | IMap.AddMapSurround Method | IMap.ClearMapSurrounds Method | IMap.DeleteMapSurround Method