MapGuide API Reference
|
void MgLayerGroupCollection::Insert | ( | INT32 | index, |
MgLayerGroup * | value | ||
) |
Inserts a layer group at a specified location in the collection.
void Insert(int index, MgLayerGroup value); |
void Insert(int index, MgLayerGroup value); |
void Insert(int index, MgLayerGroup value); |
index | (int) Position in the collection to insert the layer group. |
value | (MgLayerGroup) Layer group to be inserted in the collection. |
MgIndexOutOfRangeException | if the specified index is out of range. |