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