pe_factory_parameter

Creates the specified parameter object.

Usage syntax

PE_PARAMETER pe_factory_parameter (int code);

Parameters
code The code of the predefined parameter object
Description

Creates the predefined parameter object with the specified code.

Returns

On success, the new parameter object. On failure, a null pointer.

Examples

PE_PARAMETER cm = pe_factory_parameter(PE_PAR_CENTRAL_MERIDIAN);