MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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