This document is archived and information here might be outdated.  Recommended version.


IEnumMapSurround.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IEnumMapSurround.Next Method

Returns the next map surround.

[Visual Basic .NET]
Public Function Next ( _
) As IMapSurround
[C#]
public IMapSurround Next (
);
[C++]
HRESULT Next(
  IMapSurround** MapSurround
);
[C++]

Parameters MapSurround [out, retval]
MapSurround is a parameter of type IMapSurround

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEnumMapSurround Interface