MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgCurveStringCollection::Remove ( const MgCurveString value) [virtual]

Removes the specified curve string from the collection. Return true if the curve string was removed.

.NET Syntax
bool Remove(const MgCurveString value);
Java Syntax
bool Remove(const MgCurveString value);
PHP Syntax
bool Remove(const MgCurveString value);
Parameters:
value(MgCurveString) curve string reference to remove.
Returns:
Returns true if curve string was removed.