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