MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgCoordinate* MgCurveSegment::GetEndCoordinate ( ) [pure virtual]

Gets the ending coordinate of the curve segment.

.NET Syntax
virtual MgCoordinate GetEndCoordinate();
Java Syntax
virtual MgCoordinate GetEndCoordinate();
PHP Syntax
virtual MgCoordinate GetEndCoordinate();
Returns:
An MgCoordinate that defines the ending coordinate.

Implemented in MgArcSegment, and MgLinearSegment.