|
MapGuide API Reference
|
| virtual MgPoint* MgMultiPoint::GetPoint | ( | INT32 | index | ) | [virtual] |
Gets the point at the specified index. The indexing starts at zero.
| virtual MgPoint GetPoint(int index); |
| virtual MgPoint GetPoint(int index); |
| virtual MgPoint GetPoint(int index); |
| index | (int) An integer specifying the location of the point in the collection. |