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