pe_factory_linunit |
Creates the specified linear unit object
PE_UNIT pe_factory_linunit (int code);
code | The code of the predefined linear unit object |
Creates the predefined linear unit object with the specified code
On success, returns the new linear unit object; on failure, returns a null pointer.
PE_UNIT meter = pe_factory_linunit(PE_U_METER);