Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.