Web API Reference MapGuide Open Source
virtual double MgCoordinate::GetY (  )  [pure virtual]

Gets the Y value of this coordinate.

.NET Syntax
virtual double GetY();
Java Syntax
virtual double GetY();
PHP Syntax
virtual double GetY();

Returns:
Returns the Y value.

Implemented in MgCoordinateXY, MgCoordinateXYM, MgCoordinateXYZ, and MgCoordinateXYZM.


Comments or suggestions? Send us feedback.