MapGuide API Reference
|
virtual bool MgCurveRingCollection::Remove | ( | const MgCurveRing * | value | ) | [virtual] |
Removes the specified curve ring from the collection. Returns true if the curve ring was successfully removed.
bool Remove(const MgCurveRing value); |
bool Remove(const MgCurveRing value); |
bool Remove(const MgCurveRing value); |
value | (MgCurveRing) curve ring reference to remove. |