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