pe_verttran_vtmethod

Retrieves the method of a vertical transformation

Usage syntax

PE_VTMETHOD pe_verttran_vtmethod (PE_VERTTRAN verttran);

Parameters
verttran Vertical transformation object
Description

Returns the method of the vertical transformation

Returns

On success, returns the method of the vertical transformation; on failure, returns a null pointer

Examples

PE_VTMETHOD vt1_mthd = pe_verttran_vtmethod(wgs2egm);