MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Gets the MapPlot at the specified index.

.NET Syntax
MgMapPlot GetItem(int index);
Java Syntax
MgMapPlot GetItem(int index);
PHP Syntax
MgMapPlot GetItem(int index);
Parameters:
index(int) Index of the map to get.
Returns:
Returns the specified MgMapPlot object.
Exceptions:
MgOutOfRangeExceptionif the index is invalid.