pe_factory_vdatum

Creates the specified vertical datum object.

Usage syntax

PE_VDATUM pe_factory_vdatum (int code);

Parameters
n The code of the predefined vertical datum object
Description

Creates the predefined vertical datum object with the specified code.

Returns

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

Examples

PE_VDATUM tararu = pe_factory_vdatum(PE_VERTD_TARARU);