pe_adjhcs_name |
Retrieves the name of an adjusted horizontal coordinate system
void pe_adjhcs_name (PE_ADJHCS adjhcs, char name[PE_NAME_MAX]);
adjhcs | The adjusted horizontal coordinate system object |
name | The name of the adjusted horizontal coordinate system object |
Pe_adjhcs_name retrieves the name of an adjusted horizontal coordinate system.
char acs1[PE_NAME_MAX];
pe_adjhcs_name(adjCA5, acs1);