pe_vdatum_name

Retrieves the name of a vertical datum.

Usage syntax

void pe_vdatum_name(PE_VDATUM vdatum, char name[PE_NAME_MAX]);

Parameters
vdatum The vertical datum object
name Name of the new vertical datum
Description

Retrieves the name of the specified vertical datum.

Returns

None.

Examples

char w[PE_NAME_MAX];
PE_VDATUM ngvd29 = pe_factory_vdatum(PE_VERTD_NGVD_1929);
pe_vdatum_name(ngvd29, w);