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