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


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

IMaps.Item Property

The map at the given index.

[Visual Basic .NET]
Public Function get_Item ( _
    ByVal Index As Integer _
) As IMap
[C#]
public IMap get_Item (
    int Index
);
[C++]
HRESULT get_Item(
  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

IMaps Interface

.NET Samples

Schematic diagram auto refresh Implementing an XML builder external component