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