pe_geogcs_name |
Retrieves the name of a geographic coordinate system.
void pe_geogcs_name (PE_GEOGCS geogcs, char name[PE_NAME_MAX]);
geogcs | Geographic coordinate system object |
name | The name of the geographic coordinate system object |
Retrieves the name of a geographic coordinate system.
None
char g[PE_NAME_MAX];
pe_geogcs_name(gcs, g);