Function Name: Valid Elevation Units

Definition

Checks if the given value is a valid SRM_ELEVATION_UNITS_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SRM_ValidElevationUnits
(
SRM_ELEVATION_UNITS_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Direction Of Up. Next: Valid GEI Epoch. Up:Index.