Deletes a map surround from the map.
[Visual Basic 6.0] Sub DeleteMapSurround(
ByVal MapSurround As IMapSurround _
)
[Visual Basic .NET] Public Sub DeleteMapSurround ( _ ByVal MapSurround As IMapSurround _ )
[C#] public void DeleteMapSurround ( IMapSurround MapSurround );
[Java] public void deleteMapSurround ( IMapSurround MapSurround ) throws IOException, AutomationException
[C++] HRESULT DeleteMapSurround( IMapSurround* MapSurround );
IMap Interface | IMap.DeleteMapSurround Method | IMap.ClearMapSurrounds Method | IMap.CreateMapSurround Method | IMap.AddMapSurround Method