pe_vertcs_name

Retrieves the name of a vertical coordinate system.

Usage syntax

void pe_vertcs_name(PE_VERTCS vertcs, char name[PE_NAME_MAX]);
 

Parameters
vertcs The vertical coordinate system object
name Name of the new vertical coordinate system
Description

Retrieves the name of the specified vertical coordinate system.

Returns

None.

Examples

char w[PE_NAME_MAX];
PE_VERTCS ngvd29 = pe_factory_vertcs(PE_VCS_NGVD_1929);
pe_vertcs_name(ngvd29, w);