SE_coordref_get_m_range

Returns the minimum and maximum measure values of the supplied coordinate reference object.

Usage syntax

LONG SE_coordref_get_m_range (SE_COORDREF coordref, LFLOAT *min_value, LFLOAT *max_value);

Parameters
coordref A pointer to the coordinate reference object
min_value A pointer to the minimum measure value
max_value A pointer to the maximum measure value
Description

Returns the minimum and maximum measure values of the supplied coordinate reference object.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_POINTER