MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.