Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgLineStringCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgLineStringCollection
Remove
RemoveAt
SetItem
virtual void MgLineStringCollection::Add
(
MgLineString
*
value
)
[virtual]
Adds the specified coordinate to the end of the collection.
.NET Syntax
virtual int Add(MgLineString value);
Java Syntax
virtual int Add(MgLineString value);
PHP Syntax
virtual int Add(MgLineString value);
Parameters:
value
(
MgLineString
) line string to add to the collection.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.