Web API Reference MapGuide Open Source
virtual MgCoordinate* MgCurveSegment::GetStartCoordinate (  )  [pure virtual]

Gets the starting coordinate of the curve segment.

.NET Syntax
virtual MgCoordinate GetStartCoordinate();
Java Syntax
virtual MgCoordinate GetStartCoordinate();
PHP Syntax
virtual MgCoordinate GetStartCoordinate();

Returns:
An MgCoordinate that defines the starting coordinate.

Implemented in MgArcSegment, and MgLinearSegment.


Comments or suggestions? Send us feedback.