AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgLinearRingCollection::Add ( MgLinearRing value  )  [virtual]

Adds the specified coordinate to the end of the collection.

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

Parameters:
value (MgLinearRing) linear ring to add to the collection.
Returns:
Returns nothing