This document is archived and information here might be outdated. Recommended version. |
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*
IMap Interface | IMap.CreateMapSurround Method | IMap.AddMapSurround Method | IMap.ClearMapSurrounds Method | IMap.DeleteMapSurround Method