pe_adjhcs_p

Tests whether an object is of type adjusted horizontal coordinate system

Usage syntax

int pe_adjhcs_p (struct pe_struct_t *p);

Parameters
p The pointer to an object
Description

Pe_adjhcs_p tests whether the argument is an object of type adjusted horizontal coordinate system.

Returns

Returns 1 if the argument points to an object of type adjusted horizontal coordinate system; otherwise, 0

Examples

test = pe_adjhcs_p(acs);