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