pe_projection_authority_set

Sets the authority of a projection

Usage syntax

void pe_projection_authority_set (PE_PROJECTION projection, PE_AUTHORITY authority);

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

This function ssigns an authority to a projection.

Examples

pe_projection_authority_set(gk,auth);