|
MapGuide API Reference
|
| virtual void MgCoordinateCollection::RemoveAt | ( | INT32 | index | ) | [virtual] |
Removes the coordinate at the specified index from the collection. Throws an invalid argument exception if the index does not exist within the collection.
| virtual void RemoveAt(int index); |
| virtual void RemoveAt(int index); |
| virtual void RemoveAt(int index); |
| index | (int) Index of the coordinate to remove. |
| MgIndexOutOfRangeException |