|
MapGuide API Reference
|
| virtual void MgStringCollection::Insert | ( | INT32 | index, |
| CREFSTRING | value | ||
| ) | [virtual] |
Inserts the specified item at the specified index position within the collection. Items following the insertion point are moved down to accommodate the new item.
| virtual void Insert(int index, string value); |
| virtual void Insert(int index, String value); |
| virtual void Insert(int index, string value); |
| index | (int) Input index |
| value | (String/string) Input value |
| MgIndexOutOfRangeException | if the index is out of range. |