pe_adjhcs_unit |
Retrieves the unit of measure of an adjusted horizontal coordinate system
PE_UNIT pe_adjhcs_unit (PE_ADJHCS adjhcs);
adjhcs | Adjusted horizontal coordinate system object |
Pe_adjhcs_unit retrieves the units of an adjusted horizontal coordinate system.
On success, the units of the specified adjusted horizontal coordinate system object; on failure, a null pointer
PE_UNIT u = pe_adjhcs_unit(adjcs);