MapGuide API Reference
|
virtual bool MgGeometryCollection::Remove | ( | const MgGeometry * | value | ) | [virtual] |
Removes the specified object from the collection. Returns true if removal was successful.
bool Remove(const MgGeometry value); |
bool Remove(const MgGeometry value); |
bool Remove(const MgGeometry value); |
value | (MgGeometry) Object reference to remove. |