AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.