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