|
MapGuide API Reference
|
| void MgMapCollection::Insert | ( | INT32 | index, |
| MgMapBase * | value | ||
| ) |
Inserts a map at a specified index within the collection.
| void Insert(int index, MgMapBase value); |
| void Insert(int index, MgMapBase value); |
| void Insert(int index, MgMapBase value); |
| index | (int) Position in the collection to insert the MgMapBase. |
| value | (MgMapBase) MgMapBase to be inserted in the collection. |
| MgOutOfRangeException | if the specified index is out of range. |