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

Gets the M value of this coordinate.

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

Returns:
Returns the M value or the value of MgCoordinate::NoM if not set.

Implemented in MgCoordinateXY, MgCoordinateXYM, MgCoordinateXYZ, and MgCoordinateXYZM.


Comments or suggestions? Send us feedback.