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