SE_coordref_set_m

Sets the measure false origin and scale factor of the supplied coordinate reference object

Usage syntax

LONG SE_coordref_set_m (SE_COORDREF coordref, LFLOAT falsem, LFLOAT munits);

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

Sets the measure false origin and scale factor (munits) of the supplied coordinate reference object. Specify the falsem and munits parameters in the coordinate system units.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_PARAM_VALUE