pe_vertcs_del |
Removes a vertical coordinate system object.
void pe_vertcs_del(PE_VERTCS vertcs);
vertcs | The vertical coordinate system object |
Releases the memory allocated to the specified vertical coordinate system object.
None.
PE_VERTCS ngvd29 = pe_factory_vertcs(PE_VCS_NGVD_1929);
pe_vertcs_del(ngvd29);