|
MapGuide API Reference
|
| MgMapPlot* MgMapPlotCollection::GetItem | ( | INT32 | index | ) |
Gets the MapPlot at the specified index.
| MgMapPlot GetItem(int index); |
| MgMapPlot GetItem(int index); |
| MgMapPlot GetItem(int index); |
| index | (int) Index of the map to get. |
| MgOutOfRangeException | if the index is invalid. |