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

Gets the Z value of this coordinate.

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

Returns:
Returns the Z value or the value of MgCoordinate::NoZ if not set.

Implemented in MgCoordinateXY, MgCoordinateXYM, MgCoordinateXYZ, and MgCoordinateXYZM.


Comments or suggestions? Send us feedback.