MapGuide API Reference
|
virtual STRING MgStringCollection::GetItem | ( | INT32 | index | ) | const [virtual] |
Gets the item in the collection at the specified index.
virtual string GetItem(int index) const; |
virtual String GetItem(int index) const; |
virtual string GetItem(int index) const; |
index | (int) Input index |
MgIndexOutOfRangeException | if index is out of range. |