pe_verttran_clone

Creates a new vertical transformation object from an existing one

Usage syntax

PE_VERTTRAN pe_verttran_clone (PE_VERTTRAN verttran);

Parameters
verttran An existing vertical transformation object
Description

Pe_verttran_clone creates a duplicate vertical transformation from an existing vertical transformation object.

Returns

On success, returns the new vertical transformation with the attributes equal to the corresponding arguments; on failure, returns a null pointer

Examples

PE_VERTTRAN wgs2egm_2 = pe_verttran_clone(wgs2egm);