pe_vtmethod_authority_set

Sets the authority of a vertical transformation method

Usage syntax

void pe_vtmethod_authority_set (PE_VTMETHOD vtmethod, PE_AUTHORITY authority);

Parameters

vtmethod

The vertical transformation method object

authority

New authority of the object

Description

Assigns an authority to a vertical transformation method

Returns

NA

Examples

pe_vtmethod_authority_set(vt_mth,auth);