AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| virtual bool MgCurvePolygonCollection::Remove |
( |
const MgCurvePolygon * |
value |
) |
[virtual] |
Removes the specified curve polygon from the collection. Returns false if the curve polygon could not be removed.
.NET Syntax
|
bool Remove(const MgCurvePolygon value);
|
Java Syntax
|
bool Remove(const MgCurvePolygon value);
|
PHP Syntax
|
bool Remove(const MgCurvePolygon value);
|
- Parameters:
-
- Returns:
- Returns true if the curve polygon was removed
|