pe_adjhcs_name

Retrieves the name of an adjusted horizontal coordinate system

Usage syntax

void pe_adjhcs_name (PE_ADJHCS adjhcs, char name[PE_NAME_MAX]);

Parameters
adjhcs The adjusted horizontal coordinate system object
name The name of the adjusted horizontal coordinate system object
Description

Pe_adjhcs_name retrieves the name of an adjusted horizontal coordinate system.

Examples

   char acs1[PE_NAME_MAX];
pe_adjhcs_name(adjCA5, acs1);