MapGuide API Reference
|
MgMapBase* MgMapCollection::GetItem | ( | CREFSTRING | name | ) |
Gets the map with the specified name.
MgMapBase GetItem(string name); |
MgMapBase GetItem(String name); |
MgMapBase GetItem(string name); |
name | (String/string) Name of the map to get. |
MgInvalidArgumentException | if the name does not exist in the collection. |