The map surround at the given index.
[Visual Basic 6.0] Property MapSurround(
ByVal Index As Long _
) As IMapSurround
[Visual Basic .NET] Public Function get_MapSurround ( _ ByVal Index As Integer _ ) As IMapSurround
[C#] public IMapSurround get_MapSurround ( int Index );
[Java] public getMapSurround ( Long Index, IMapSurround MapSurround )
[C++] HRESULT get_MapSurround( long Index, IMapSurround** MapSurround );
Parameters
Index [in]
Index is a parameter of type long
MapSurround [out, retval]
MapSurround is a parameter of type IMapSurround
IMap Interface | IMap.MapSurround Property | IMap.MapSurroundCount Property | MapFrame Class