pe_datum_del

Removes a datum object

Usage syntax

void pe_datum_del (PE_DATUM datum);

Parameters
datum The datum object
Description

This function releases the memory allocated to the specified horizontal datum object.

Returns

None

Examples

pe_datum_del(wgs84);