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