SE_coordref_get_z_range

Returns the minimum and maximum z-values of the supplied coordinate reference object.

Usage syntax

LONG SE_coordref_get_z_range (SE_COORDREF coordref, LFLOAT *min_value, LFLOAT *max_value);

Parameters
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
Description

Returns the minimum and maximum z-values of the supplied coordinate reference object.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_POINTER