SE_coordref_get_z

Returns the z-offset and scale factors of the supplied coordinate reference object.

Usage syntax

LONG SE_coordref_get_z (SE_COORDREF coordref, LFLOAT *falsez, LFLOAT *zunits);

Parameters
coordref A pointer to the coordinate reference object
falsez A pointer to the false origin z-value
zunits A pointer to the number of system units per z-unit type
Description

Returns the z-offset and scale factors of the supplied coordinate reference object.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_POINTER