pe_verttran_name |
Retrieves the name of a vertical transformation
void pe_verttran_name (PE_VERTTRAN verttran, char name[PE_NAME_MAX]);
verttran | Vertical transformation object |
name | The name of the vertical transformation object |
Retrieves the name of a vertical transformation object
None
char vt1_name[PE_NAME_MAX];
pe_verttran_name(wgs2egm, vt1_name);