SE_coordref_set_m_by_range

Calculates and sets the m false origin and scale factors of a coordinate reference object from the given range.

Usage syntax

LONG SE_coordref_set_m_by_range (SE_COORDREF coordref, LFLOAT min_mvalue, LFLOAT max_mvalue);

Parameters
coordref A pointer to the coordinate reference object
min_mvalue The minimum measure value
max_mvalue The maximum measure value
Description

Calculates and sets the measure offset and scale factor for the supplied coordinate reference object. Specify the measure values in the units of the coordinate system.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_PARAM_VALUE