pe_vdatum_del

Removes a vertical datum object.

Usage syntax

void pe_vdatum_del(PE_VDATUM vdatum);

Parameters
vdatum The vertical datum object
Description

Releases the memory allocated to the specified vertical datum object.

Returns

None.

Examples

PE_VDATUM ngvd29 = pe_factory_vdatum(PE_VERTD_NGVD_1929);
pe_vdatum_del(ngvd29);