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