pe_adjhcs_array |
Retrieves the array of an adjusted horizontal coordinate system
PE_ARRAY pe_adjhcs_array (PE_ADJHCS adjhcs);
adjhcs | Adjusted horizontal coordinate system object |
This function retrieves the array of an adjusted horizontal coordinate system.
On success, the array of the adjusted horizontal coordinate system. On failure, a null pointer.
PE_ARRAY array2;
array2 = pe_adjhcs_array(acs);