MapGuide API Reference
|
virtual MgCurveSegment* MgCurveString::GetSegment | ( | INT32 | index | ) | [virtual] |
Gets the curve segment at the specified index. The indexing starts at zero.
virtual MgCurveSegment GetSegment(int index); |
virtual MgCurveSegment GetSegment(int index); |
virtual MgCurveSegment GetSegment(int index); |
index | (int) An integer specifying the location of the curve segment in the collection. |