Web API Reference MapGuide Open Source
MgMapPlot* MgMapPlotCollection::GetItem ( INT32  index  ) 

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


Comments or suggestions? Send us feedback.