MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgCurvePolygon* MgMultiCurvePolygon::GetCurvePolygon ( INT32  index) [virtual]

Gets the polygon at the specified index. The indexing starts at zero.

.NET Syntax
virtual MgCurvePolygon GetCurvePolygon(int index);
Java Syntax
virtual MgCurvePolygon GetCurvePolygon(int index);
PHP Syntax
virtual MgCurvePolygon GetCurvePolygon(int index);
Parameters:
index(int) An integer specifying the location of the curve polygon in the collection.
Returns:
The MgCurvePolygon at the specified index.