MapGuide API Reference
|
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.
bool Remove(const MgCurvePolygon value); |
bool Remove(const MgCurvePolygon value); |
bool Remove(const MgCurvePolygon value); |
value | (MgCurvePolygon) curve polygon reference to remove. |