AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual bool MgLineStringCollection::Remove ( const MgLineString value  )  [virtual]

Removes the specified line string from the collection.

.NET Syntax
virtual bool Remove(const MgLineString value);
Java Syntax
bool Remove(const MgLineString value);
PHP Syntax
bool Remove(const MgLineString value);

Parameters:
value (MgLineString) line string reference to remove.
Returns:
Returns true if removal was successful.