|
MapGuide API Reference
|
| virtual MgGeometry* MgGeometryCollection::GetItem | ( | INT32 | index | ) | const [virtual] |
Gets the object in the collection at the specified index. Throws an invalid argument exception if the index is out of range.
| virtual MgGeometry GetItem(int index) const; |
| virtual MgGeometry GetItem(int index) const; |
| virtual MgGeometry GetItem(int index) const; |
| index | (int) Index of the object to retrieve. |
| MgIndexOutOfRangeException |