MapGuide API Reference
|
void MgLayerCollection::RemoveAt | ( | INT32 | index | ) |
Removes a layer from the collection at the specified index.
void RemoveAt(int index); |
void RemoveAt(int index); |
void RemoveAt(int index); |
index | (int) Index of the layer to be removed. |
MgIndexOutOfRangeException | if the specified index is out of range. |