pe_vertcs_name |
Retrieves the name of a vertical coordinate system.
void pe_vertcs_name(PE_VERTCS vertcs, char name[PE_NAME_MAX]);
vertcs | The vertical coordinate system object |
name | Name of the new vertical coordinate system |
Retrieves the name of the specified vertical coordinate system.
None.
char w[PE_NAME_MAX];
PE_VERTCS ngvd29 = pe_factory_vertcs(PE_VCS_NGVD_1929);
pe_vertcs_name(ngvd29, w);