pe_vdatum_del |
Removes a vertical datum object.
void pe_vdatum_del(PE_VDATUM vdatum);
vdatum | The vertical datum object |
Releases the memory allocated to the specified vertical datum object.
None.
PE_VDATUM ngvd29 = pe_factory_vdatum(PE_VERTD_NGVD_1929);
pe_vdatum_del(ngvd29);