AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| virtual bool MgCurveSegmentCollection::Remove |
( |
const MgCurveSegment * |
value |
) |
[virtual] |
Removes the specified curve segment from the collection. Returns true if the curve segment was successfully removed.
.NET Syntax
|
bool Remove(const MgCurveSegment value);
|
Java Syntax
|
bool Remove(const MgCurveSegment value);
|
PHP Syntax
|
bool Remove(const MgCurveSegment value);
|
- Parameters:
-
- Returns:
- Returns true if curve segment was successfully removed.
|