MapGuide API Reference
|
virtual bool MgCurveStringCollection::Remove | ( | const MgCurveString * | value | ) | [virtual] |
Removes the specified curve string from the collection. Return true if the curve string was removed.
bool Remove(const MgCurveString value); |
bool Remove(const MgCurveString value); |
bool Remove(const MgCurveString value); |
value | (MgCurveString) curve string reference to remove. |