AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgCurvePolygonCollection::Add ( MgCurvePolygon value  )  [virtual]

Adds the specified coordinate to the end of the collection.

.NET Syntax
void Add(MgCurvePolygon value);
Java Syntax
void Add(MgCurvePolygon value);
PHP Syntax
void Add(MgCurvePolygon value);

Parameters:
value (MgCurvePolygon) curve polygon to add to the collection.
Returns:
Returns nothing