Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.