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