pe_adjhcs_htmethod

Retrieves the htmethod of an adjusted horizontal coordinate system

Usage syntax

PE_HTMETHOD pe_adjhcs_htmethod (PE_ADJHCS adjhcs);

Parameters
adjhcs Adjusted horizontal coordinate system object
Description

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

Returns

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

Examples

PE_HTMETHOD adj_mth = pe_adjhcs_htmethod(adjcs);