Web API Reference MapGuide Open Source
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.