pe_factory_parameter |
Creates the specified parameter object.
PE_PARAMETER pe_factory_parameter (int code);
code | The code of the predefined parameter object |
Creates the predefined parameter object with the specified code.
On success, the new parameter object. On failure, a null pointer.
PE_PARAMETER cm = pe_factory_parameter(PE_PAR_CENTRAL_MERIDIAN);