Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.