|
MapGuide API Reference
|
| virtual bool MgLinearRingCollection::Remove | ( | const MgLinearRing * | value | ) | [virtual] |
Removes the specified linear ring from the collection. Returns true if removal was successful.
| bool Remove(const MgLinearRing value); |
| bool Remove(const MgLinearRing value); |
| bool Remove(const MgLinearRing value); |
| value | (MgLinearRing) linear ring reference to remove. |