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


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

IEnumMap.Next Method

Returns the next map.

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

Parameters Map [out, retval]
Map is a parameter of type IMap

Product Availability

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

See Also

IEnumMap Interface