Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.