Web API Reference MapGuide Open Source
virtual bool MgLinearRingCollection::Remove ( const MgLinearRing value  )  [virtual]

Removes the specified linear ring from the collection. Returns true if removal was successful.

.NET Syntax
bool Remove(const MgLinearRing value);
Java Syntax
bool Remove(const MgLinearRing value);
PHP Syntax
bool Remove(const MgLinearRing value);

Parameters:
value (MgLinearRing) linear ring reference to remove.
Returns:
Returns true if successful.


Comments or suggestions? Send us feedback.