Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgLineStringCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgLineStringCollection
Remove
RemoveAt
SetItem
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
.