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