pe_vtmethod_name |
Retrieves the name of a vertical transformation method object
void pe_vtmethod_name (PE_VTMETHOD vtmethod, char name[PE_NAME_MAX]);
vtmethod | The vertical transformation method object |
name | The name of the vertical transformationmethod object |
Retrieves the name of the vertical transformation method object
None
char vtm_name[PE_NAME_MAX];
pe_vtmethod_name(egm96bilinear, vtm_name);