pe_factory_datum

Creates the specified datum object.

Usage syntax

PE_DATUM pe_factory_datum (int code);

Parameters
code The code of the predefined datum object
Description

Creates the predefined datum object with the specified code.

Returns

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

Examples

PE_DATUM adindan = pe_factory_datum(PE_D_ADINDAN);