MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

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:
MgOutOfRangeExceptionif the index is invalid.