|
MapGuide API Reference
|
| virtual MgLineString* MgMultiLineString::GetLineString | ( | INT32 | index | ) | [virtual] |
Gets the line string at the specified index. The indexing starts at zero.
| virtual MgLineString GetLineString(int index); |
| virtual MgLineString GetLineString(int index); |
| virtual MgLineString GetLineString(int index); |
| index | (int) An integer specifying the location of the line string in the collection. |