AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.