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