MapGuide API Reference
|
void MgMapCollection::RemoveAt | ( | INT32 | index | ) |
Removes a map 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 map does not exist in the collection. |