min_height

Returns the minimum height of a 3D geometry.

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

Parameter 1 - a 3D geometry.

Returns: the minimum 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.