pe_hvdatum_del

Removes a horizontal or vertical datum object.

Usage syntax

void pe_hvdatum_del(PE_HVDATUM hvdatum);

Parameters
hvdatum The horizontal or vertical datum object
Description

Releases the memory allocated to the specified horizontal or vertical datum object. PE_HVDATUM is an abstract superclass for PE_DATUM and PE_VDATUM. A vertical coordinate system, depending on the type, can include either a PE_DATUM object or a PE_VDATUM object.

Returns

None.

Examples

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