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