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