AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual MgMultiCurvePolygon* MgGeometryFactory::CreateMultiCurvePolygon ( MgCurvePolygonCollection polygons  )  [virtual]

Creates a multi curve polygon aggregate geometry from a collection of curve polygons.

.NET Syntax
virtual MgMultiCurvePolygon CreateMultiCurvePolygon(MgCurvePolygonCollection polygons);
Java Syntax
virtual MgMultiCurvePolygon CreateMultiCurvePolygon(MgCurvePolygonCollection polygons);
PHP Syntax
virtual MgMultiCurvePolygon CreateMultiCurvePolygon(MgCurvePolygonCollection polygons);

Parameters:
polygons (MgCurvePolygonCollection) An MgGeometryCollection that specifies the curve polygons. All geometry objects in this collection must be of type MgCurvePolygon.
Returns:
An instance of MgMultiCurvePolygon.