Web API Reference MapGuide Open Source
virtual bool MgPolygonCollection::Remove ( const MgPolygon value  )  [virtual]

Removes the specified polygon from the collection.

.NET Syntax
virtual bool Remove(const MgPolygon value);
Java Syntax
virtual bool Remove(const MgPolygon value);
PHP Syntax
virtual bool Remove(const MgPolygon value);

Parameters:
value (MgPolygon) polygon reference to remove.
Returns:
Returns true if removal was successful.


Comments or suggestions? Send us feedback.