MapGuide API Reference
|
MgFeatureCommand* MgFeatureCommandCollection::GetItem | ( | INT32 | index | ) | const |
Gets the command in the collection at the specified index.
MgFeatureCommand GetItem(int index) const; |
MgFeatureCommand GetItem(int index) const; |
MgFeatureCommand GetItem(int index) const; |
index | (int) Input index |
MgIndexOutOfRangeException | if index is out of range. |