MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgPoint* MgMultiPoint::GetPoint ( INT32  index) [virtual]

Gets the point at the specified index. The indexing starts at zero.

.NET Syntax
virtual MgPoint GetPoint(int index);
Java Syntax
virtual MgPoint GetPoint(int index);
PHP Syntax
virtual MgPoint GetPoint(int index);
Parameters:
index(int) An integer specifying the location of the point in the collection.
Returns:
The MgPoint at the specified index.