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