AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual bool MgCoordinateCollection::Remove ( const MgCoordinate value  )  [virtual]

Removes the specified coordinate from the collection. Returns false if the coordinate could not be removed.

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

Parameters:
value (MgCoordinate) Coordinate reference to remove.
Returns:
Returns true if removal was successful.