Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgMapCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
MgMapCollection
Remove
RemoveAt
SetItem
MgMapBase
* MgMapCollection::GetItem
(
INT32
index
)
Gets the map at the specified index.
.NET Syntax
MgMapBase
GetItem(int index);
Java Syntax
MgMapBase
GetItem(int index);
PHP Syntax
MgMapBase
GetItem(int index);
Parameters:
index
(int) Index of the map to get.
Returns:
Returns the specified
MgMapBase
object.
Exceptions:
MgOutOfRangeException
if the index is invalid.
Comments or suggestions? Send us
feedback
.