Function Name: Free Coord Conversion Constants

Definition

Free the memory directly associated with the internal coordinate conversion parameters. The memory was allocated by this API during an earlier call to SE_CreateCoordConversionConstants().

Returns

SE_COORD_SUCCESS - if to_free pointed to a valid set of internal coordinate operations parameters and the memory was successfully freed.

SE_COORD_FAILURE - if to_free didn't point to a valid set of internal coordinate operations parameters or the memory was not successfully freed.

Prototype


extern SE_COORD_STATUS_CODE_ENUM
SE_FreeCoordConversionConstants
(
SE_CONVERT_COORD_SYSTEM_PAIR to_free (notes)
);

Parameters Notes

to_free

 a pointer to the internal coordinate operations parameters to be freed.

Prev: Dot Product. Next: Get Corresponding 2D SRF. Up:Index.