Get the minimum and maximum heights in the current project's heightfield, measured in metres above sea level.
| Declaration | zProj.h |
|---|---|
| Implementation | zProj.cpp |
bool zproj_GetHeightfieldRange(float& minval, float& maxval);
| Name | Type | Comment |
|---|---|---|
| minval | float& | A float for the minimum height (passed by reference). |
| maxval | float& | A float for the maximum height (passed by reference). |
False if an error has occurred, and true otherwise.
None.