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

Removes the specified object from the collection. Returns true if removal was successful.

.NET Syntax
bool Remove(const MgGeometry value);
Java Syntax
bool Remove(const MgGeometry value);
PHP Syntax
bool Remove(const MgGeometry value);
Parameters:
value(MgGeometry) Object reference to remove.
Returns:
Returns true if object was removed.