Web API Reference MapGuide Open Source
MgFeatureCommand* MgFeatureCommandCollection::GetItem ( INT32  index  )  const

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:
MgIndexOutOfRangeException if index is out of range.


Comments or suggestions? Send us feedback.