max_height

Returns the maximum height of a 3D geometry.

The return value is the maximum z value on any of the vertices of the geometry.

Parameter 1 - a 3D geometry.

Returns: the maximum height of the geometry. Returns null if parameter 1 is null or a 2D geometry, of if all heights are null.

If parameter 1 is not a geometry, an exception is thrown.