pe_vtmethod_name

Retrieves the name of a vertical transformation method object

Usage syntax

void pe_vtmethod_name (PE_VTMETHOD vtmethod, char name[PE_NAME_MAX]);

Parameters
vtmethod The vertical transformation method object
name The name of the vertical transformationmethod object
Description

Retrieves the name of the vertical transformation method object

Returns

None

Examples

char vtm_name[PE_NAME_MAX];
pe_vtmethod_name(egm96bilinear, vtm_name);