MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Gets the command in the collection at the specified index.

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