MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.