|
MapGuide API Reference
|
| virtual void MgPropertyCollection::Add | ( | MgProperty * | value | ) | [virtual] |
Adds the specified item to the end of the collection.
| virtual int Add(MgProperty value); |
| virtual int Add(MgProperty value); |
| virtual int Add(MgProperty value); |
| value | (MgProperty) Input value |
| MgDuplicateObjectException | if the index is a duplicate. |