MapGuide API Reference
|
void MgMapPlotCollection::RemoveAt | ( | INT32 | index | ) |
Removes a MapPlot from the collection at the specified index.
void RemoveAt(int index); |
void RemoveAt(int index); |
void RemoveAt(int index); |
index | (int) Index of the map to be removed. |
MgOutOfRangeException | if the MapPlot does not exist in the collection. |