This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.AddMapSurround Method (ArcObjects .NET 10.4 SDK) |
Adds a map surround to the map.
[Visual Basic .NET] Public Sub AddMapSurround ( _ ByVal MapSurround As IMapSurround _ )
[C#] public void AddMapSurround ( IMapSurround MapSurround );
[C++]
HRESULT AddMapSurround(
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