SE_coordref_set_z_by_range

Sets the z false origin and scale factor of the supplied coordinate reference object from the given range.

Usage syntax

LONG SE_coordref_set_z_by_range (SE_COORDREF coordref, LFLOAT min_zvalue, LFLOAT max_zvalue);

Parameters
coordref A pointer to the coordinate reference object
min_zvalue The minimum z-value
max_zvalue The maximum z-value
Description

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.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_PARAM_VALUE