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