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