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

Removes the specified curve segment from the collection. Returns true if the curve segment was successfully removed.

.NET Syntax
bool Remove(const MgCurveSegment value);
Java Syntax
bool Remove(const MgCurveSegment value);
PHP Syntax
bool Remove(const MgCurveSegment value);
Parameters:
value(MgCurveSegment) Curve segment reference to remove.
Returns:
Returns true if curve segment was successfully removed.