The map surround displayed by this frame element.
[Visual Basic 6.0] Property MapSurround As IMapSurround
[Visual Basic .NET] Public Property MapSurround As IMapSurround
[C#] public IMapSurround MapSurround {get; set;}
[Java] public IMapSurround getMapSurround() throws IOException, AutomationException
[Java] public void setMapSurroundByRef( IMapSurround pMapSurround ) throws IOException, AutomationException
[C++] HRESULT get_MapSurround( IMapSurround** MapSurround );
[C++] HRESULT putref_MapSurround( IMapSurround* MapSurround);
Parameters
MapSurround [out, retval]
MapSurround is a parameter of type IMapSurround
MapSurround [in]
MapSurround is a parameter of type IMapSurround
The MapSurround property allows you to retrieve or set the surround object (north arrow, legend, or scale bar) stored within the frame.