MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual STRING MgStringCollection::GetItem ( INT32  index) const [virtual]

Gets the item in the collection at the specified index.

.NET Syntax
virtual string GetItem(int index) const;
Java Syntax
virtual String GetItem(int index) const;
PHP Syntax
virtual string GetItem(int index) const;
Parameters:
index(int) Input index
Returns:
Returns the item in the collection at the specified index.
Exceptions:
MgIndexOutOfRangeExceptionif index is out of range.