pe_datum_authority_set

Sets the authority of a datum

Usage syntax

void pe_datum_authority_set (PE_DATUM datum, PE_AUTHORITY authority);

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

This function assigns an authority to a datum.

Examples

pe_datum_authority_set(wgs84,auth);