MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Gets the item in the collection at the specified index.

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