pe_coordsys_authority_set

Sets the authority of a coordinate system

Usage syntax

void pe_coordsys_authority_set (PE_COORDSYS coordsys, PE_AUTHORITY authority);

Parameters
coordsys The coordsys object
authority New authority of the object
Description

This function assigns an authority to a coordinate system.

Examples

pe_coordsys_authority_set(cs,auth);