|
MapGuide API Reference
|
| virtual bool MgCoordinateCollection::Remove | ( | const MgCoordinate * | value | ) | [virtual] |
Removes the specified coordinate from the collection. Returns false if the coordinate could not be removed.
| bool Remove(const MgCoordinate value); |
| bool Remove(const MgCoordinate value); |
| bool Remove(const MgCoordinate value); |
| value | (MgCoordinate) Coordinate reference to remove. |