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.
LONG SE_coordref_set_m_by_range (SE_COORDREF coordref, LFLOAT min_mvalue, LFLOAT max_mvalue);
coordref | A pointer to the coordinate reference object |
min_mvalue | The minimum measure value |
max_mvalue | The maximum measure value |
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.
SE_SUCCESS
SE_INVALID_COORDREF_OBJECT
SE_INVALID_PARAM_VALUE