MapGuide API Reference
|
virtual MgCoordinate* MgCoordinateCollection::GetItem | ( | INT32 | index | ) | const [virtual] |
Gets the coordinate in the collection at the specified index. Throws an invalid argument exception if the index is out of range.
virtual MgCoordinate GetItem(int index) const; |
virtual MgCoordinate GetItem(int index) const; |
virtual MgCoordinate GetItem(int index) const; |
index | (int) Index of the coordinate to retrieve. |
MgIndexOutOfRangeException |