AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.