|
MapGuide API Reference
|
| 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.
| bool Remove(const MgCurveSegment value); |
| bool Remove(const MgCurveSegment value); |
| bool Remove(const MgCurveSegment value); |
| value | (MgCurveSegment) Curve segment reference to remove. |