pe_coordsys_del

Removes a coordinate system object

Usage syntax

void pe_coordsys_del (PE_COORDSYS coordsys);

Parameters
coordsys The coordinate system object
Description

Pe_coordsys_del releases the memory allocated to the specified coordinate system object.

Returns

None

Examples

pe_coordsys_del(cs1);