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