Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.