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


IMapReader.Map Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapReader Interface > IMapReader.Map Property
ArcGIS Developer Help

IMapReader.Map Property

The map object at the specified index.

[Visual Basic .NET]
Public Function get_Map ( _
    ByVal Index As Integer _
) As IMap
[C#]
public IMap get_Map (
    int Index
);
[C++]
HRESULT get_Map(
  long Index,
  IMap** Map
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Map [out, retval]
Map is a parameter of type IMap**

Product Availability

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

See Also

IMapReader Interface