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