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