SE_coordref_get_m

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

Usage syntax

LONG SE_coordref_get_m (SE_COORDREF coordref, LFLOAT *falsem, LFLOAT *munits);

Parameters
coordref A pointer to the coordinate reference object
falsem A pointer to the measure false origin value
munits A pointer to the number of system units per measure unit type
Description

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

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_POINTER