MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.