pe_adjhcs_unit

Retrieves the unit of measure of an adjusted horizontal coordinate system

Usage syntax

PE_UNIT pe_adjhcs_unit (PE_ADJHCS adjhcs);

Parameters
adjhcs Adjusted horizontal coordinate system object
Description

Pe_adjhcs_unit retrieves the units of an adjusted horizontal coordinate system.

Returns

On success, the units of the specified adjusted horizontal coordinate system object; on failure, a null pointer

Examples

PE_UNIT u = pe_adjhcs_unit(adjcs);