The map at the given index.
[Visual Basic 6.0] Property Item(
ByVal Index As Long _
) As IMap
[Visual Basic .NET] Public Function get_Item ( _ ByVal Index As Integer _ ) As IMap
[C#] public IMap get_Item ( int Index );
[Java] public IMap getItem ( Long Index )
[C++] HRESULT get_Item( long Index, IMap** Map );
Parameters
Index [in]
Index is a parameter of type long
Map [out, retval]
Map is a parameter of type IMap