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