|
MapGuide API Reference
|
| virtual void MgStringCollection::SetItem | ( | INT32 | index, |
| CREFSTRING | value | ||
| ) | [virtual] |
Sets the item in the collection at the specified index position to the specified value.
| virtual void SetItem(int index, string value); |
| virtual void SetItem(int index, String value); |
| virtual void SetItem(int index, string value); |
| index | (int) Input index |
| value | (String/string) Input value |
| MgIndexOutOfRangeException | if the index is out of range. |