pe_vtmethod_del

Removes a vertical transformation method object

Usage syntax

void pe_vtmethod_del (PE_VTMETHOD vtmethod);

Parameters
vtmethod The vertical transformation method object
Description

Releases the memory allocated to the specified vertical transformation method object

Returns

None

Examples

pe_vtmethod_del(egm96bilinear);