AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| 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:
-
- Returns:
- Returns true if curve ring was removed.
|