AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.