AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgCurveRingCollection::Add ( MgCurveRing value  )  [virtual]

Adds the specified coordinate to the end of the collection.

.NET Syntax
virtual void Add(MgCurveRing value);
Java Syntax
virtual void Add(MgCurveRing value);
PHP Syntax
virtual void Add(MgCurveRing value);

Parameters:
value (MgCurveRing) curve ring to add to the collection.
Returns:
Returns nothing