MapGuide API Reference
|
virtual MgPolygon* MgMultiPolygon::GetPolygon | ( | INT32 | index | ) | [virtual] |
Gets the polygon at the specified index. The indexing starts at zero.
virtual MgPolygon GetPolygon(int index); |
virtual MgPolygon GetPolygon(int index); |
virtual MgPolygon GetPolygon(int index); |
index | (int) An integer specifying the location of the polygon in the collection. |