SE_coordref_set_z_by_range |
Sets the z false origin and scale factor of the supplied coordinate reference object from the given range.
LONG SE_coordref_set_z_by_range (SE_COORDREF coordref, LFLOAT min_zvalue, LFLOAT max_zvalue);
coordref | A pointer to the coordinate reference object |
min_zvalue | The minimum z-value |
max_zvalue | The maximum z-value |
Calculates and sets the z false origin and scale factor of the supplied coordinate reference object from the given range of z-values. Specify the values in the units of the coordinate reference.
SE_SUCCESS
SE_INVALID_COORDREF_OBJECT
SE_INVALID_PARAM_VALUE