pe_verttran_vtmethod |
Retrieves the method of a vertical transformation
PE_VTMETHOD pe_verttran_vtmethod (PE_VERTTRAN verttran);
verttran | Vertical transformation object |
Returns the method of the vertical transformation
On success, returns the method of the vertical transformation; on failure, returns a null pointer
PE_VTMETHOD vt1_mthd = pe_verttran_vtmethod(wgs2egm);