pe_adjhcs_array

Retrieves the array of an adjusted horizontal coordinate system

Usage syntax

PE_ARRAY pe_adjhcs_array (PE_ADJHCS adjhcs);

Parameters
adjhcs Adjusted horizontal coordinate system object
Description

This function retrieves the array of an adjusted horizontal coordinate system.

Returns

On success, the array of the adjusted horizontal coordinate system. On failure, a null pointer.

Examples

   PE_ARRAY array2;
array2 = pe_adjhcs_array(acs);