pe_coordsys_del |
Removes a coordinate system object
void pe_coordsys_del (PE_COORDSYS coordsys);
coordsys | The coordinate system object |
Pe_coordsys_del releases the memory allocated to the specified coordinate system object.
None
pe_coordsys_del(cs1);