|
MapGuide API Reference
|
| virtual void MgPropertyCollection::SetItem | ( | INT32 | index, |
| MgProperty * | value | ||
| ) | [virtual] |
Sets the item in the collection at the specified index to the specified value.
| virtual void SetItem(int index, MgProperty value); |
| virtual void SetItem(int index, MgProperty value); |
| virtual void SetItem(int index, MgProperty value); |
| index | (int) Input index |
| value | (MgProperty) Input value |
| MgIndexOutOfRangeException | if the index is out of range. |
| MgDuplicateObjectException | if it is a duplicate. |