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