MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.