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