Function Name: Valid Horizontal Datum

Definition

Checks if the given value is a valid SE_HORIZONTAL_DATUM_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidHorizontalDatum
(
SE_HORIZONTAL_DATUM_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Hemisphere. Next: Valid PS Pole. Up:Index.