pe_vertcs_del

Removes a vertical coordinate system object.

Usage syntax

void pe_vertcs_del(PE_VERTCS vertcs);
 

Parameters
vertcs The vertical coordinate system object
Description

Releases the memory allocated to the specified vertical coordinate system object.

Returns

None.

Examples

PE_VERTCS ngvd29 = pe_factory_vertcs(PE_VCS_NGVD_1929);
pe_vertcs_del(ngvd29);