MapGuide API Reference
|
void MgLayerGroupCollection::RemoveAt | ( | INT32 | index | ) |
Removes a layer group 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 group to be removed. |
MgIndexOutOfRangeException | if the specified index is out of range. |