AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual bool MgLinearRingCollection::Remove ( const MgLinearRing value  )  [virtual]

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

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

Parameters:
value (MgLinearRing) linear ring reference to remove.
Returns:
Returns true if successful.