pe_adjhcs_clone

Creates a new adjusted horizontal coordinate system object from an existing one

Usage syntax

PE_ADJHCS pe_adjhcs_clone (PE_ADJHCS adjhcs);

Parameters
adjhcs An existing PE_ADJHCS coordinate system
Description

Pe_adjhcs_clone creates a duplicate adjusted horizontal coordinate system from an existing one.

Returns

On success, the new adjusted horizontal coordinate system object. On failure, a null pointer.

Examples

PE_ADJHCS cs2 = pe_adjhcs_clone(cs);