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