|
MapGuide API Reference
|
| void MgParameterCollection::Insert | ( | INT32 | index, |
| MgParameter * | value | ||
| ) |
Inserts the specified item at the specified index within the collection. Items following the insertion point are moved down to accommodate the new item.
| void Insert(int index, MgParameter value); |
| void Insert(int index, MgParameter value); |
| void Insert(int index, MgParameter value); |
| index | (int) Input index |
| value | (MgParameter) Input value. |
| MgIndexOutOfRangeException | if the index is out of range. |
| MgDuplicateObjectException | if it is a duplicate. |