AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.