SE_coordref_get_z_range |
Returns the minimum and maximum z-values of the supplied coordinate reference object.
LONG SE_coordref_get_z_range (SE_COORDREF coordref, LFLOAT *min_value, LFLOAT *max_value);
coordref | A pointer to the coordinate reference object |
min_value | A pointer to the minimum z-value |
max_value | A pointer to the maximum z-value |
Returns the minimum and maximum z-values of the supplied coordinate reference object.