pe_projection_del

Removes a map projection object.

Usage syntax

void pe_projection_del (PE_PROJECTION projection);

Parameters
projection The map projection object
Description

Releases the memory allocated to the specified map projection object.

Returns

None

Examples

pe_projection_del(mercator);