pe_coordsys_p

Tests whether an object is of type coordinate system

Usage syntax

int pe_coordsys_p (struct pe_struct_t *p);

Parameters
p The pointer to an object
Description

This function tests whether the argument is an object of type coordinate system.

Returns

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

Examples

test = pe_coordsys_p(pcs);