Web API Reference MapGuide Open Source
virtual bool MgCurveRingCollection::Remove ( const MgCurveRing value  )  [virtual]

Removes the specified curve ring from the collection. Returns true if the curve ring was successfully removed.

.NET Syntax
bool Remove(const MgCurveRing value);
Java Syntax
bool Remove(const MgCurveRing value);
PHP Syntax
bool Remove(const MgCurveRing value);

Parameters:
value (MgCurveRing) curve ring reference to remove.
Returns:
Returns true if curve ring was removed.


Comments or suggestions? Send us feedback.