pe_parameter_value

Retrieves the value of a parameter.

Usage syntax

double pe_parameter_value (PE_PARAMETER parameter);

Parameters
parameter The parameter object
Description

Retrieves the value of a projection parameter.

Returns

On success, the value of the projection parameter of the specified parameter object. On failure, zero.

Examples

double x = R*(lam - (PI/180)*pe_parameter_value(lam0));