MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgCurvePolygonCollection::Remove ( const MgCurvePolygon value) [virtual]

Removes the specified curve polygon from the collection. Returns false if the curve polygon could not be removed.

.NET Syntax
bool Remove(const MgCurvePolygon value);
Java Syntax
bool Remove(const MgCurvePolygon value);
PHP Syntax
bool Remove(const MgCurvePolygon value);
Parameters:
value(MgCurvePolygon) curve polygon reference to remove.
Returns:
Returns true if the curve polygon was removed