Web API Reference MapGuide Open Source
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


Comments or suggestions? Send us feedback.